#C50F83
A medium, vivid magenta closely aligning with Mediumvioletred.
About #C50F83
The precise color #C50F83 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 197 red, 15 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 92% Magenta, 34% Yellow, and 23% Black. The HSL representation is 321.8° hue, 85.8% saturation, and 41.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C50F83
RGB197, 15, 131
HSL321.8°, 85.8%, 41.6%
CMYK0%, 92%, 34%, 23%
HSV321.8°, 92.4%, 77.3%
LAB44.0, 71.2, -15.1
XYZ27.3, 13.9, 22.7
Decimal12914563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C50F83;
}
.text-color {
color: #C50F83;
}
.border-color {
border: 2px solid #C50F83;
}