#cc1199
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 17, 153
HSL
316°, 85%, 43%
CMYK
0, 92, 25, 20
Luminance
0.1554
Every format
| HEX | #cc1199 |
| RGB | rgb(204, 17, 153) |
| HSL | hsl(316, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 25%, 20%) |
| LAB | lab(46.4 74.8 -24.8) |
| LCH | lch(46.4 78.8 341.7) |
| OKLCH | oklch(0.569 0.236 343.7) |
Copy-ready code
/* CSS */
color: #cc1199;
background-color: #cc1199;
/* Tailwind (arbitrary) */
class="text-[#cc1199] bg-[#cc1199]"
/* SCSS */
$brand: #cc1199;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#cc1199")Accessibility — WCAG contrast
Aa
#cc1199 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1199 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow25.0%
Key (black)20.0%
Color previews
#cc1199 text on a black background
contrast 4.11:1
Card sample
#cc1199 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1199;
Background color
Panel with #cc1199 background
background-color: #cc1199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1199; background: linear-gradient(135deg, #cc1199, #CC111C);