#C52466
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C52466
When working with digital screens, the color #C52466 is rendered by mixing light. Its closest recognized web color is Mediumvioletred. In the RGB color space, it consists of 197 red, 36 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 82% Magenta, 48% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C52466
RGB197, 36, 102
HSL335.4°, 69.1%, 45.7%
CMYK0%, 82%, 48%, 23%
HSV335.4°, 81.7%, 77.3%
LAB44.4, 64.6, 3.3
XYZ26.1, 14.1, 13.9
Decimal12919910
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52466;
}
.text-color {
color: #C52466;
}
.border-color {
border: 2px solid #C52466;
}