#B62C6D
A medium, moderate magenta closely aligning with Mediumvioletred.
About #B62C6D
Visually, #B62C6D is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 182 red, 44 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. The HSL representation is 331.7° hue, 61.1% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B62C6D
RGB182, 44, 109
HSL331.7°, 61.1%, 44.3%
CMYK0%, 76%, 40%, 29%
HSV331.7°, 75.8%, 71.4%
LAB42.5, 59.0, -4.0
XYZ23.0, 12.9, 15.7
Decimal11938925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.88:1
Text on #FFFFFF
AA
3.57:1
Text on #000000
AA Large
5.62:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62C6D;
}
.text-color {
color: #B62C6D;
}
.border-color {
border: 2px solid #B62C6D;
}