Shades of Deep Magenta #CE10DE
Tints of Deep Magenta #CE10DE
RGB
CMYK
RGB Variations
Color information
#CE10DE (or 0xCE10DE) is known color: Deep Magenta. HEX triplet: CE, 10 and DE. RGB value is (206,16,222). Sum of RGB (Red+Green+Blue) = 206+16+222=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10DE is #31EF21. Grayscale: #5F5F5F. Windows color (decimal): -3272482 or 14553294. OLE color: 14553294.
HSL color Cylindrical-coordinate representation of color #CE10DE: hue angle of 295.34º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE10DE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 16 | 222 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.13 |
| HSL | 295.34º | 0.87% | 0.47% | - |
| HSV(B) | 295.34º | 0.93% | 0.87% | - |
| XYZ | 38.82 | 18.77 | 70.68 | - |
| YUV | 96.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 222 | 0.07 | 0.93 | 0 | 0.13 | 295.34 | 0.87 | 0.47 |
| Hex | CE | 10 | DE | 7 | 5D | 0 | D | 127 | 57 | 2F |
| Octal | 316 | 20 | 336 | 7 | 135 | 0 | 15 | 447 | 127 | 57 |
| Binary | 11001110 | 10000 | 11011110 | 111 | 1011101 | 0 | 1101 | 100100111 | 1010111 | 101111 |
Color Harmonies of #CE10DE
Complementary color
Monochromatic Colors of #CE10DE
Black with #CE10DE
Text Example
Text Example
White with #CE10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10DE; }
p { color: rgb(206,16,222); }
H1.HeaderClassName
{
color: #CE10DE;
}
.AnyTagClassName
{
color: #CE10DE;
}
</style>
background-color css
<style>
a { background-color: #CE10DE; }
a { background-color: rgb(206,16,222); }
div.DivClassName
{
background-color: #CE10DE;
}
.BgClassName
{
background-color: #CE10DE;
}
</style>
border-color css
<style>
span { border-color: #CE10DE; }
span { border-color: rgb(206,16,222); }
td.TdClassName
{
border-color: #CE10DE;
}
.TagClassName
{
border-color: #CE10DE;
}
</style>