Typography UnitsCentimeters to Millimeters

cm to mm

Snapshot

1 Centimeters equals 10 Millimeters. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This conversion uses print-unit scaling anchored to the CSS reference of 96 pixels per inch.
  • Example: For 8 Centimeters, the result equals 80 Millimeters.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

10 Millimeters (mm)

Switch

Machine access

Available to apps and AI agents

cm to mm can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.

Machine-readable identifiers

Conversion family
typography-units
Source unit
centimeters
Target unit
millimeters

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "typography-units",
  "value": 1,
  "from": "centimeters",
  "to": "millimeters"
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "typography-units",
    "value": 1,
    "from": "centimeters",
    "to": "millimeters",
    "result": {
      "raw": 10,
      "display": "10"
    },
    "canonicalPath": "/typography-units/centimeters-to-millimeters/"
  }
}
Full API documentation

Explanation

Formula: Millimeters = Centimeters × 10. Why: print-oriented units such as points, picas, inches, centimeters, millimeters, and Q units are normalized through the CSS reference of 96 pixels per inch.

Centimeters (cm): a metric length unit used for print and physical-size references.

Millimeters (mm): a metric length unit used for precise print, packaging, and physical-size specifications.

This route is useful when comparing print-oriented typography measures across points, picas, millimeters, centimeters, inches, and Q units for editorial and layout work.

This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.

Method & Typography Basis

  • Method basis: print-oriented units reduce through CSS pixels using the fixed CSS reference of 96 pixels per inch.
  • Applied factor: 1 Centimeters = 10 Millimeters.
  • Consistency rule: calculator output and common-value rows keep the same CSS pixel baseline and any stated rem/em assumption in both directions.

Common Conversion Values

Centimeters (cm)Millimeters (mm)
8 80
10 100
12 120
14 140
16 160
18 180
24 240
32 320
48 480
96 960

Questions & answers

Frequently Asked Questions

What defines cm to mm?

Both units are normalized through CSS pixels, then converted using a fixed ratio.

Are the reverse pages available?

Yes. Use the switch button or open the Millimeters to Centimeters page.

Can I use decimal values for Centimeters to Millimeters?

Yes. Decimal inputs are supported for Centimeters to Millimeters, and the mirror direction keeps inverse assumptions aligned.