Shades of Deep Magenta #CE24D6
Tints of Deep Magenta #CE24D6
RGB
CMYK
RGB Variations
Color information
#CE24D6 (or 0xCE24D6) is known color: Deep Magenta. HEX triplet: CE, 24 and D6. RGB value is (206,36,214). Sum of RGB (Red+Green+Blue) = 206+36+214=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE24D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24D6 is #31DB29. Grayscale: #6A6A6A. Windows color (decimal): -3267370 or 14034126. OLE color: 14034126.
HSL color Cylindrical-coordinate representation of color #CE24D6: hue angle of 297.3º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24D6 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 36 | 214 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.16 |
| HSL | 297.3º | 0.71% | 0.49% | - |
| HSV(B) | 297.3º | 0.83% | 0.84% | - |
| XYZ | 38.22 | 19.24 | 65.32 | - |
| YUV | 107.12 | 188.32 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 214 | 0.04 | 0.83 | 0 | 0.16 | 297.3 | 0.71 | 0.49 |
| Hex | CE | 24 | D6 | 4 | 53 | 0 | 10 | 129 | 47 | 31 |
| Octal | 316 | 44 | 326 | 4 | 123 | 0 | 20 | 451 | 107 | 61 |
| Binary | 11001110 | 100100 | 11010110 | 100 | 1010011 | 0 | 10000 | 100101001 | 1000111 | 110001 |
Color Harmonies of #CE24D6
Complementary color
Monochromatic Colors of #CE24D6
Black with #CE24D6
Text Example
Text Example
White with #CE24D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24D6; }
p { color: rgb(206,36,214); }
H1.HeaderClassName
{
color: #CE24D6;
}
.AnyTagClassName
{
color: #CE24D6;
}
</style>
background-color css
<style>
a { background-color: #CE24D6; }
a { background-color: rgb(206,36,214); }
div.DivClassName
{
background-color: #CE24D6;
}
.BgClassName
{
background-color: #CE24D6;
}
</style>
border-color css
<style>
span { border-color: #CE24D6; }
span { border-color: rgb(206,36,214); }
td.TdClassName
{
border-color: #CE24D6;
}
.TagClassName
{
border-color: #CE24D6;
}
</style>