Shades of Deep Magenta #CE10D0
Tints of Deep Magenta #CE10D0
RGB
CMYK
RGB Variations
Color information
#CE10D0 (or 0xCE10D0) is known color: Deep Magenta. HEX triplet: CE, 10 and D0. RGB value is (206,16,208). Sum of RGB (Red+Green+Blue) = 206+16+208=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE10D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10D0 is #31EF2F. Grayscale: #5E5E5E. Windows color (decimal): -3272496 or 13635790. OLE color: 13635790.
HSL color Cylindrical-coordinate representation of color #CE10D0: hue angle of 299.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10D0 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 16 | 208 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.18 |
| HSL | 299.38º | 0.86% | 0.44% | - |
| HSV(B) | 299.38º | 0.92% | 0.82% | - |
| XYZ | 37.02 | 18.05 | 61.21 | - |
| YUV | 94.7 | 191.95 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 208 | 0.01 | 0.92 | 0 | 0.18 | 299.38 | 0.86 | 0.44 |
| Hex | CE | 10 | D0 | 1 | 5C | 0 | 12 | 12B | 56 | 2C |
| Octal | 316 | 20 | 320 | 1 | 134 | 0 | 22 | 453 | 126 | 54 |
| Binary | 11001110 | 10000 | 11010000 | 1 | 1011100 | 0 | 10010 | 100101011 | 1010110 | 101100 |
Color Harmonies of #CE10D0
Complementary color
Monochromatic Colors of #CE10D0
Black with #CE10D0
Text Example
Text Example
White with #CE10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10D0; }
p { color: rgb(206,16,208); }
H1.HeaderClassName
{
color: #CE10D0;
}
.AnyTagClassName
{
color: #CE10D0;
}
</style>
background-color css
<style>
a { background-color: #CE10D0; }
a { background-color: rgb(206,16,208); }
div.DivClassName
{
background-color: #CE10D0;
}
.BgClassName
{
background-color: #CE10D0;
}
</style>
border-color css
<style>
span { border-color: #CE10D0; }
span { border-color: rgb(206,16,208); }
td.TdClassName
{
border-color: #CE10D0;
}
.TagClassName
{
border-color: #CE10D0;
}
</style>