Home › Unit Conversion › Cubic centimeters (cc) to Milliliters
Cubic centimeters (cc) to Milliliters (cm³ to mL)
Convert cubic centimeters (cc) to milliliters: 1 cm³ = 1 mL. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 cm³ = 1 mL
milliliters = cubic centimeters (cc) × 1 — reverse: cubic centimeters (cc) = milliliters × 1
The factor is derived from the SI definitions of both units (base unit: L) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 cm³ = 5 mL
- 12.5 cm³ = 12.5 mL
- 100 cm³ = 100 mL
Cubic centimeters (cc) to milliliters conversion table
| Cubic centimeters (cc) (cm³) | Milliliters (mL) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| 15 | 15 |
| 20 | 20 |
| 25 | 25 |
| 30 | 30 |
| 40 | 40 |
| 50 | 50 |
| 75 | 75 |
| 100 | 100 |
| 200 | 200 |
| 250 | 250 |
| 500 | 500 |
| 1000 | 1000 |
FAQ
How many milliliters are in one cubic centimeter?
1 cm³ = 1 mL. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.
What is the formula to convert cubic centimeters (cc) to milliliters?
Multiply the value in cubic centimeters (cc) by 1: milliliters = cubic centimeters (cc) × 1. For example, 5 cm³ = 5 mL.
How do I convert milliliters back to cubic centimeters (cc)?
Multiply by the inverse factor 1 (cubic centimeters (cc) = milliliters × 1), or use the milliliters-to-cubic centimeters (cc) page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=cm3&to_unit=mL - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"cm3","to_unit":"mL"} - Markdown: https://tttkmbb.com/conversion/cc-to-ml.md · JSON: https://tttkmbb.com/conversion/cc-to-ml.json (add
?value=for a result) · Units: /api/v1/units?quantity=volume - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.