#C51DA8
A medium, vivid magenta closely aligning with Darkmagenta.
About #C51DA8
The hex code #C51DA8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Darkmagenta. This translates to an RGB value of rgb(197, 29, 168).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 85% M, 15% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C51DA8
RGB197, 29, 168
HSL310.4°, 74.3%, 44.3%
CMYK0%, 85%, 15%, 23%
HSV310.4°, 85.3%, 77.3%
LAB46.4, 73.4, -33.7
XYZ30.5, 15.6, 38.4
Decimal12918184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.12:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C51DA8;
}
.text-color {
color: #C51DA8;
}
.border-color {
border: 2px solid #C51DA8;
}