Shades of Deep Magenta #CE24D9
Tints of Deep Magenta #CE24D9
RGB
CMYK
RGB Variations
Color information
#CE24D9 (or 0xCE24D9) is known color: Deep Magenta. HEX triplet: CE, 24 and D9. RGB value is (206,36,217). Sum of RGB (Red+Green+Blue) = 206+36+217=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE24D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24D9 is #31DB26. Grayscale: #6A6A6A. Windows color (decimal): -3267367 or 14230734. OLE color: 14230734.
HSL color Cylindrical-coordinate representation of color #CE24D9: hue angle of 296.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24D9 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 36 | 217 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.15 |
| HSL | 296.35º | 0.72% | 0.5% | - |
| HSV(B) | 296.35º | 0.83% | 0.85% | - |
| XYZ | 38.61 | 19.39 | 67.35 | - |
| YUV | 107.46 | 189.82 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 217 | 0.05 | 0.83 | 0 | 0.15 | 296.35 | 0.72 | 0.5 |
| Hex | CE | 24 | D9 | 5 | 53 | 0 | F | 128 | 48 | 32 |
| Octal | 316 | 44 | 331 | 5 | 123 | 0 | 17 | 450 | 110 | 62 |
| Binary | 11001110 | 100100 | 11011001 | 101 | 1010011 | 0 | 1111 | 100101000 | 1001000 | 110010 |
Color Harmonies of #CE24D9
Complementary color
Monochromatic Colors of #CE24D9
Black with #CE24D9
Text Example
Text Example
White with #CE24D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24D9; }
p { color: rgb(206,36,217); }
H1.HeaderClassName
{
color: #CE24D9;
}
.AnyTagClassName
{
color: #CE24D9;
}
</style>
background-color css
<style>
a { background-color: #CE24D9; }
a { background-color: rgb(206,36,217); }
div.DivClassName
{
background-color: #CE24D9;
}
.BgClassName
{
background-color: #CE24D9;
}
</style>
border-color css
<style>
span { border-color: #CE24D9; }
span { border-color: rgb(206,36,217); }
td.TdClassName
{
border-color: #CE24D9;
}
.TagClassName
{
border-color: #CE24D9;
}
</style>