CMYK to RGB Color Converter

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

Color Preview

#6366F2

rgb(99, 102, 242)

All formats

HEX

#6366F2

RGB

rgb(99, 102, 242)

HSL

hsl(239, 85%, 67%)

Ad · Leaderboard (728×90)

CMYK vs RGB — 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)

RGB

Red, Green, Blue

Three integer values (0–255) for red, green, and blue light. The native color model for screens, monitors, and digital displays.

Example: color: rgb(99, 102, 241)

How to Convert CMYK to RGB

R = 255 × (1 − C) × (1 − K) | G = 255 × (1 − M) × (1 − K) | B = 255 × (1 − Y) × (1 − K)

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

Common Colors — CMYK to RGB Reference Table

ColorCMYKRGB
Redcmyk(0%, 100%, 100%, 0%)rgb(255, 0, 0)
Greencmyk(100%, 0%, 100%, 50%)rgb(0, 128, 0)
Bluecmyk(100%, 100%, 0%, 0%)rgb(0, 0, 255)
Whitecmyk(0%, 0%, 0%, 0%)rgb(255, 255, 255)
Blackcmyk(0%, 0%, 0%, 100%)rgb(0, 0, 0)
Orangecmyk(0%, 35%, 100%, 0%)rgb(255, 165, 0)
Purplecmyk(0%, 100%, 0%, 50%)rgb(128, 0, 128)
Yellowcmyk(0%, 0%, 100%, 0%)rgb(255, 255, 0)
Cyancmyk(100%, 0%, 0%, 0%)rgb(0, 255, 255)
Magentacmyk(0%, 100%, 0%, 0%)rgb(255, 0, 255)
Graycmyk(0%, 0%, 0%, 50%)rgb(128, 128, 128)
Pinkcmyk(0%, 25%, 20%, 0%)rgb(255, 192, 203)

Frequently Asked Questions

How do I convert CMYK to RGB?

To convert CMYK to RGB: R = 255 × (1 − C) × (1 − K) | G = 255 × (1 − M) × (1 − K) | B = 255 × (1 − Y) × (1 − K). 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 RGB color format?

Red, Green, Blue (RGB) — Three integer values (0–255) for red, green, and blue light. The native color model for screens, monitors, and digital displays.

Is this CMYK to RGB converter free?

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

Can I convert RGB back to CMYK?

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

Ad · Medium Rectangle (300×250)