#F033CC
A medium, vivid magenta closely aligning with Mediumorchid.
About #F033CC
Visually, #F033CC is defined as a vivid magenta. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(240, 51, 204).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. The HSL representation is 311.4° hue, 86.3% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F033CC
RGB240, 51, 204
HSL311.4°, 86.3%, 57.1%
CMYK0%, 79%, 15%, 6%
HSV311.4°, 78.8%, 94.1%
LAB57.3, 82.2, -37.1
XYZ48.0, 25.3, 59.5
Decimal15741900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.05:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F033CC;
}
.text-color {
color: #F033CC;
}
.border-color {
border: 2px solid #F033CC;
}