Shades of Deep Magenta #CE24DC
Tints of Deep Magenta #CE24DC
RGB
CMYK
RGB Variations
Color information
#CE24DC (or 0xCE24DC) is known color: Deep Magenta. HEX triplet: CE, 24 and DC. RGB value is (206,36,220). Sum of RGB (Red+Green+Blue) = 206+36+220=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24DC is #31DB23. Grayscale: #6B6B6B. Windows color (decimal): -3267364 or 14427342. OLE color: 14427342.
HSL color Cylindrical-coordinate representation of color #CE24DC: hue angle of 295.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24DC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 36 | 220 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.14 |
| HSL | 295.43º | 0.72% | 0.5% | - |
| HSV(B) | 295.43º | 0.84% | 0.86% | - |
| XYZ | 39 | 19.55 | 69.43 | - |
| YUV | 107.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 220 | 0.06 | 0.84 | 0 | 0.14 | 295.43 | 0.72 | 0.5 |
| Hex | CE | 24 | DC | 6 | 54 | 0 | E | 127 | 48 | 32 |
| Octal | 316 | 44 | 334 | 6 | 124 | 0 | 16 | 447 | 110 | 62 |
| Binary | 11001110 | 100100 | 11011100 | 110 | 1010100 | 0 | 1110 | 100100111 | 1001000 | 110010 |
Color Harmonies of #CE24DC
Complementary color
Monochromatic Colors of #CE24DC
Black with #CE24DC
Text Example
Text Example
White with #CE24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24DC; }
p { color: rgb(206,36,220); }
H1.HeaderClassName
{
color: #CE24DC;
}
.AnyTagClassName
{
color: #CE24DC;
}
</style>
background-color css
<style>
a { background-color: #CE24DC; }
a { background-color: rgb(206,36,220); }
div.DivClassName
{
background-color: #CE24DC;
}
.BgClassName
{
background-color: #CE24DC;
}
</style>
border-color css
<style>
span { border-color: #CE24DC; }
span { border-color: rgb(206,36,220); }
td.TdClassName
{
border-color: #CE24DC;
}
.TagClassName
{
border-color: #CE24DC;
}
</style>