#C50F75
A medium, vivid magenta closely aligning with Mediumvioletred.
About #C50F75
The precise color #C50F75 is an excellent choice for modern design projects. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(197, 15, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 92% magenta, 41% yellow, and 23% black. With a hue angle of 326.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C50F75
RGB197, 15, 117
HSL326.4°, 85.8%, 41.6%
CMYK0%, 92%, 41%, 23%
HSV326.4°, 92.4%, 77.3%
LAB43.5, 69.8, -7.3
XYZ26.4, 13.5, 18.0
Decimal12914549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.68:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.43:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C50F75;
}
.text-color {
color: #C50F75;
}
.border-color {
border: 2px solid #C50F75;
}