CMYK to HEX Color Converter

Instantly convert Cyan, Magenta, Yellow, Key (Black) (CMYK) to Hexadecimal (HEX) color codes. Enter any CMYK value and get the HEX equivalent in real time — no signup required.

Color Preview

#6366F2

#6366F2

All formats

HEX

#6366F2

RGB

rgb(99, 102, 242)

HSL

hsl(239, 85%, 67%)

Ad · Leaderboard (728×90)

CMYK vs HEX — What's the Difference?

CMYK

Cyan, Magenta, Yellow, Key (Black)

Four percentages for Cyan, Magenta, Yellow, and Black ink. The standard color model for print design and professional publishing.

Example: Not natively supported in CSS (convert to HEX first)

HEX

Hexadecimal

A 6-digit hex code (#RRGGBB) representing red, green, and blue channels in base-16. The most widely used color format in web development and CSS.

Example: color: #6366f1

How to Convert CMYK to HEX

Step 1: CMYK → RGB: R = 255×(1−C)×(1−K), etc. Step 2: RGB → HEX

All conversion math runs in your browser using the sRGB color space. No data is sent to a server.

Common Colors — CMYK to HEX Reference Table

ColorCMYKHEX
Redcmyk(0%, 100%, 100%, 0%)#FF0000
Greencmyk(100%, 0%, 100%, 50%)#008000
Bluecmyk(100%, 100%, 0%, 0%)#0000FF
Whitecmyk(0%, 0%, 0%, 0%)#FFFFFF
Blackcmyk(0%, 0%, 0%, 100%)#000000
Orangecmyk(0%, 35%, 100%, 0%)#FFA500
Purplecmyk(0%, 100%, 0%, 50%)#800080
Yellowcmyk(0%, 0%, 100%, 0%)#FFFF00
Cyancmyk(100%, 0%, 0%, 0%)#00FFFF
Magentacmyk(0%, 100%, 0%, 0%)#FF00FF
Graycmyk(0%, 0%, 0%, 50%)#808080
Pinkcmyk(0%, 25%, 20%, 0%)#FFC0CB

Frequently Asked Questions

How do I convert CMYK to HEX?

To convert CMYK to HEX: Step 1: CMYK → RGB: R = 255×(1−C)×(1−K), etc. Step 2: RGB → HEX. Use the converter above to do this instantly for any color value.

What is the CMYK color format?

Cyan, Magenta, Yellow, Key (Black) (CMYK) — Four percentages for Cyan, Magenta, Yellow, and Black ink. The standard color model for print design and professional publishing.

What is the HEX color format?

Hexadecimal (HEX) — A 6-digit hex code (#RRGGBB) representing red, green, and blue channels in base-16. The most widely used color format in web development and CSS.

Is this CMYK to HEX converter free?

Yes. It is completely free, works in your browser with no signup or upload. All color math runs locally.

Can I convert HEX back to CMYK?

Yes — use the swap button in the converter above, or visit the HEX to CMYK converter page directly.

Ad · Medium Rectangle (300×250)