Pixel to CM Converter – Convert px to cm and cm to px Online
The Pixel to Centimeter Converter bridges the gap between digital screen dimensions and real-world physical measurements. Whether you are designing a website layout and need to know how it will look when printed, sizing a banner for physical production, or checking whether an image has enough resolution for a given print size, this tool provides fast and accurate conversions in both directions.
Why Pixels and Centimeters Cannot Be Converted Without DPI
A pixel is a relative unit — it has no fixed physical size on its own. The actual size of a pixel depends on the pixel density of the display or print medium, measured in DPI (dots per inch) or PPI (pixels per inch). A pixel on a standard 96 DPI monitor is nearly five times larger than a dot on a 300 DPI laser printer. That is why DPI is a required input for any accurate pixel-to-centimeter conversion.
Conversion Formulas
The conversion is based on the exact constant of 2.54 centimeters per inch:
- Pixels to centimeters:
cm = (px ÷ DPI) × 2.54 - Centimeters to pixels:
px = (cm ÷ 2.54) × DPI
For example, a 1920 px element at 96 DPI works out to (1920 ÷ 96) × 2.54 = 50.80 cm. The same 1920 px element displayed on a 300 DPI print medium would only span (1920 ÷ 300) × 2.54 ≈ 16.26 cm, illustrating how dramatically DPI affects physical size.
Common DPI Values by Medium
Choosing the right DPI depends on the target medium:
- 96 DPI — the default for web browsers on Windows. This is the correct value for measuring how elements appear on screen when CSS pixels map 1:1 to device pixels.
- 110–144 DPI — typical for high-resolution laptop displays and standard Retina screens. At 144 DPI, CSS pixels are effectively doubled in resolution.
- 300 DPI — the minimum recommended resolution for professional print output. Documents intended for offset printing, laser printing, or high-quality inkjet printing should target at least 300 DPI at the final output size.
- 600 DPI — used for ultra-sharp printed materials such as business cards, fine-art prints, and technical drawings where every detail matters.
- 420–460 PPI — flagship smartphone displays (e.g., iPhone 14, high-end Android devices). At this density, individual pixels are imperceptible to the human eye under normal conditions.
Multi-DPI Comparison
The Multi-DPI Comparison mode displays how the same pixel value translates into physical centimeters across five standard density settings simultaneously. This is particularly useful when designing assets intended for multiple output contexts — for instance, a banner that needs to look correct on screen and in print.
Print Quality Checker
The Print Quality Checker calculates the effective DPI of an image given its pixel dimensions and the target print size in centimeters. If the calculated DPI is below 300, the tool flags the image as below print quality and tells you the minimum pixel width required to meet the 300 DPI threshold at the desired size. This check is invaluable before sending artwork to a print shop.
Additional Outputs: mm, inches, and points
Alongside centimeters, the converter also outputs the equivalent value in:
- Millimeters — widely used in European print and design contexts, as paper sizes (ISO 216) are defined in millimeters.
- Inches — the primary unit for print resolution in North America and for most DPI specifications.
- Typographic points (pt) — commonly used in desktop publishing and CSS print stylesheets. At 72 pt per inch, the formula is
pt = px × (72 ÷ DPI).
Practical Use Cases
Web and UI designers use this tool to verify that their mockup dimensions translate correctly to physical deliverables. Print designers use it to calculate the correct canvas size in pixels before opening Photoshop or Illustrator. Developers working on CSS print stylesheets use it to bridge the gap between pixel measurements and the real-world units that browsers use in print media queries. Photographers use the print quality checker to confirm that a cropped or resized image still has enough resolution for the intended output format.