Shades of Deep Magenta #CE10DC
Tints of Deep Magenta #CE10DC
RGB
CMYK
RGB Variations
Color information
#CE10DC (or 0xCE10DC) is known color: Deep Magenta. HEX triplet: CE, 10 and DC. RGB value is (206,16,220). Sum of RGB (Red+Green+Blue) = 206+16+220=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10DC is #31EF23. Grayscale: #5F5F5F. Windows color (decimal): -3272484 or 14422222. OLE color: 14422222.
HSL color Cylindrical-coordinate representation of color #CE10DC: hue angle of 295.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE10DC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 16 | 220 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.14 |
| HSL | 295.88º | 0.86% | 0.46% | - |
| HSV(B) | 295.88º | 0.93% | 0.86% | - |
| XYZ | 38.56 | 18.66 | 69.28 | - |
| YUV | 96.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 220 | 0.06 | 0.93 | 0 | 0.14 | 295.88 | 0.86 | 0.46 |
| Hex | CE | 10 | DC | 6 | 5D | 0 | E | 128 | 56 | 2E |
| Octal | 316 | 20 | 334 | 6 | 135 | 0 | 16 | 450 | 126 | 56 |
| Binary | 11001110 | 10000 | 11011100 | 110 | 1011101 | 0 | 1110 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CE10DC
Complementary color
Monochromatic Colors of #CE10DC
Black with #CE10DC
Text Example
Text Example
White with #CE10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10DC; }
p { color: rgb(206,16,220); }
H1.HeaderClassName
{
color: #CE10DC;
}
.AnyTagClassName
{
color: #CE10DC;
}
</style>
background-color css
<style>
a { background-color: #CE10DC; }
a { background-color: rgb(206,16,220); }
div.DivClassName
{
background-color: #CE10DC;
}
.BgClassName
{
background-color: #CE10DC;
}
</style>
border-color css
<style>
span { border-color: #CE10DC; }
span { border-color: rgb(206,16,220); }
td.TdClassName
{
border-color: #CE10DC;
}
.TagClassName
{
border-color: #CE10DC;
}
</style>