#FF50C5
A light, vivid magenta closely aligning with Hotpink.
About #FF50C5
Visually, #FF50C5 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 80, and 197.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. With a hue angle of 319.9 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF50C5
RGB255, 80, 197
HSL319.9°, 100.0%, 65.7%
CMYK0%, 69%, 23%, 0%
HSV319.9°, 68.6%, 100.0%
LAB62.5, 76.1, -24.8
XYZ54.2, 31.0, 56.0
Decimal16732357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50C5;
}
.text-color {
color: #FF50C5;
}
.border-color {
border: 2px solid #FF50C5;
}