#C51D99
A medium, vivid magenta closely aligning with Mediumvioletred.
About #C51D99
Visually, #C51D99 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(197, 29, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 85% M, 22% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C51D99
RGB197, 29, 153
HSL315.7°, 74.3%, 44.3%
CMYK0%, 85%, 22%, 23%
HSV315.7°, 85.3%, 77.3%
LAB45.7, 71.5, -25.9
XYZ29.2, 15.0, 31.5
Decimal12918169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C51D99;
}
.text-color {
color: #C51D99;
}
.border-color {
border: 2px solid #C51D99;
}