Free C Paper Sizes to Pixels Converter

Convert standard ISO C-series envelope dimensions (C0–C10) to digital screen pixels (px) based on PPI / DPI settings

Note: Pixel dimensions assume 96dpi resolution

Understanding ISO C Paper Size Conversions

Part of the universal **ISO 216** standard, the C-series is specifically designed for envelopes and mailing packaging. By sharing the identical aspect ratio of **1:√2 (1:1.414)**, it matches A-series layouts perfectly. A standard C4 envelope accommodates a full sheet of flat A4 paper, a C5 envelope fits an A5 sheet (or an A4 folded in half), and a C6 envelope fits an A6 sheet (or an A4 folded in quarters).

The Mathematical Formula

To convert metric C-series paper measurements into pixel dimensions, divide the width and height millimeter values by 25.4 to determine physical inches, and multiply the resulting values by the PPI/DPI target:

Width (PX) = (Width mm ÷ 25.4) × DPI

Height (PX) = (Height mm ÷ 25.4) × DPI

For example, to calculate standard C4 (229 × 324 mm) envelope paper in digital pixels under standard screen density of 96 PPI:

Width: (229 mm ÷ 25.4) × 96 PPI = 865.5 px (rounded to 866px)
Height: (324 mm ÷ 25.4) × 96 PPI = 1,224.5 px (rounded to 1,225px)

To prepare the identical C4 cover for professional high-quality print publications at 300 DPI:

Width: (229 mm ÷ 25.4) × 300 DPI = 2,704.7 px (rounded to 2,705px)
Height: (324 mm ÷ 25.4) × 300 DPI = 3,826.7 px (rounded to 3,827px)

ISO C Paper Dimensions Reference Table

Compare physical millimeter dimensions and calculated pixels across standard resolution densities:

ISO FormatMillimeters (mm)at Web Standard (96 PPI)at Print Standard (150 DPI)at High-Res Press (300 DPI)
C0917 × 12973,466 × 4,902 px5,415 × 7,659 px10,831 × 15,319 px
C1648 × 9172,449 × 3,466 px3,827 × 5,415 px7,654 × 10,831 px
C2458 × 6481,731 × 2,449 px2,705 × 3,827 px5,409 × 7,654 px
C3324 × 4581,225 × 1,731 px1,913 × 2,705 px3,827 × 5,409 px
C4229 × 324866 × 1,225 px1,352 × 1,913 px2,705 × 3,827 px
C5162 × 229612 × 866 px957 × 1,352 px1,913 × 2,705 px
C6114 × 162431 × 612 px673 × 957 px1,346 × 1,913 px

Designing for Digital Displays vs High-Res Print

When constructing envelope layouts or mailing templates for digital previews, use **96 PPI** to assure physical dimensions translate accurately on digital screens. When configuring physical envelope products or custom offset prints, configure your targets to **300 DPI** to avoid pixelation.

Frequently Asked Questions (FAQs)

A C Paper Size Converter is a free online tool that converts ISO C-series paper dimensions (from C0 to C10) into physical measurements (millimeters, centimeters, inches) and digital screen pixels (PX) under different DPI configurations.

C-series sizes are the global standard for envelopes. They are mathematically engineered to fit A-series documents perfectly. For example, a standard A4 sheet of paper fits perfectly into a C4 envelope without folding.

C-series sizes represent the geometric mean of adjacent A and B sizes. For example, the area of a C4 sheet is the geometric mean of an A4 sheet and a B4 sheet, making C4 slightly larger than A4 but smaller than B4.

A C4 envelope sheet measures 229 × 324 mm (9.02 × 12.76 inches). At high-resolution printing resolution (300 DPI), C4 corresponds to exactly 2,705 × 3,827 pixels.

Divide the sheet's millimeter dimensions by 25.4 to convert to physical inches, and multiply the resulting values by the PPI/DPI target. Formula: Pixels = (Millimeters ÷ 25.4) × DPI.