#C50FA8
A medium, vivid magenta closely aligning with Darkmagenta.
About #C50FA8
At its core, #C50FA8 is a medium and vivid hue. Designers often compare it to the standard color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 15, and 168.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C50FA8
RGB197, 15, 168
HSL309.6°, 85.8%, 41.6%
CMYK0%, 92%, 15%, 23%
HSV309.6°, 92.4%, 77.3%
LAB45.7, 75.5, -34.9
XYZ30.3, 15.0, 38.4
Decimal12914600
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: #C50FA8;
}
.text-color {
color: #C50FA8;
}
.border-color {
border: 2px solid #C50FA8;
}