Shades of Deep Magenta #CE24DE
Tints of Deep Magenta #CE24DE
RGB
CMYK
RGB Variations
Color information
#CE24DE (or 0xCE24DE) is known color: Deep Magenta. HEX triplet: CE, 24 and DE. RGB value is (206,36,222). Sum of RGB (Red+Green+Blue) = 206+36+222=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE24DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24DE is #31DB21. Grayscale: #6B6B6B. Windows color (decimal): -3267362 or 14558414. OLE color: 14558414.
HSL color Cylindrical-coordinate representation of color #CE24DE: hue angle of 294.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24DE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 36 | 222 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.13 |
| HSL | 294.84º | 0.74% | 0.51% | - |
| HSV(B) | 294.84º | 0.84% | 0.87% | - |
| XYZ | 39.27 | 19.66 | 70.83 | - |
| YUV | 108.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 222 | 0.07 | 0.84 | 0 | 0.13 | 294.84 | 0.74 | 0.51 |
| Hex | CE | 24 | DE | 7 | 54 | 0 | D | 127 | 4A | 33 |
| Octal | 316 | 44 | 336 | 7 | 124 | 0 | 15 | 447 | 112 | 63 |
| Binary | 11001110 | 100100 | 11011110 | 111 | 1010100 | 0 | 1101 | 100100111 | 1001010 | 110011 |
Color Harmonies of #CE24DE
Complementary color
Monochromatic Colors of #CE24DE
Black with #CE24DE
Text Example
Text Example
White with #CE24DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24DE; }
p { color: rgb(206,36,222); }
H1.HeaderClassName
{
color: #CE24DE;
}
.AnyTagClassName
{
color: #CE24DE;
}
</style>
background-color css
<style>
a { background-color: #CE24DE; }
a { background-color: rgb(206,36,222); }
div.DivClassName
{
background-color: #CE24DE;
}
.BgClassName
{
background-color: #CE24DE;
}
</style>
border-color css
<style>
span { border-color: #CE24DE; }
span { border-color: rgb(206,36,222); }
td.TdClassName
{
border-color: #CE24DE;
}
.TagClassName
{
border-color: #CE24DE;
}
</style>