#c111cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
193, 17, 204
HSL
297°, 85%, 43%
CMYK
5, 92, 0, 20
Luminance
0.1610
Every format
| HEX | #c111cc |
| RGB | rgb(193, 17, 204) |
| HSL | hsl(297, 85%, 43%) |
| CMYK | cmyk(5%, 92%, 0%, 20%) |
| LAB | lab(47.1 79.7 -53.8) |
| LCH | lch(47.1 96.2 326.0) |
| OKLCH | oklch(0.580 0.264 325.3) |
Copy-ready code
/* CSS */
color: #c111cc;
background-color: #c111cc;
/* Tailwind (arbitrary) */
class="text-[#c111cc] bg-[#c111cc]"
/* SCSS */
$brand: #c111cc;
/* SwiftUI */
Color(red: 0.757, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#c111cc")Accessibility — WCAG contrast
Aa
#c111cc on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c111cc on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green6.7%
Blue80.0%
CMYK percentages
Cyan5.4%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#c111cc text on a black background
contrast 4.22:1
Card sample
#c111cc text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c111cc;
Background color
Panel with #c111cc background
background-color: #c111cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c111cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c111cc; background: linear-gradient(135deg, #c111cc, #CC115A);