Shades of Deep Magenta #CE0CD8
Tints of Deep Magenta #CE0CD8
RGB
CMYK
RGB Variations
Color information
#CE0CD8 (or 0xCE0CD8) is known color: Deep Magenta. HEX triplet: CE, 0C and D8. RGB value is (206,12,216). Sum of RGB (Red+Green+Blue) = 206+12+216=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE0CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CD8 is #31F327. Grayscale: #5C5C5C. Windows color (decimal): -3273512 or 14159054. OLE color: 14159054.
HSL color Cylindrical-coordinate representation of color #CE0CD8: hue angle of 297.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CD8 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 12 | 216 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.15 |
| HSL | 297.06º | 0.89% | 0.45% | - |
| HSV(B) | 297.06º | 0.94% | 0.85% | - |
| XYZ | 37.98 | 18.34 | 66.5 | - |
| YUV | 93.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 216 | 0.05 | 0.94 | 0 | 0.15 | 297.06 | 0.89 | 0.45 |
| Hex | CE | C | D8 | 5 | 5E | 0 | F | 129 | 59 | 2D |
| Octal | 316 | 14 | 330 | 5 | 136 | 0 | 17 | 451 | 131 | 55 |
| Binary | 11001110 | 1100 | 11011000 | 101 | 1011110 | 0 | 1111 | 100101001 | 1011001 | 101101 |
Color Harmonies of #CE0CD8
Complementary color
Monochromatic Colors of #CE0CD8
Black with #CE0CD8
Text Example
Text Example
White with #CE0CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CD8; }
p { color: rgb(206,12,216); }
H1.HeaderClassName
{
color: #CE0CD8;
}
.AnyTagClassName
{
color: #CE0CD8;
}
</style>
background-color css
<style>
a { background-color: #CE0CD8; }
a { background-color: rgb(206,12,216); }
div.DivClassName
{
background-color: #CE0CD8;
}
.BgClassName
{
background-color: #CE0CD8;
}
</style>
border-color css
<style>
span { border-color: #CE0CD8; }
span { border-color: rgb(206,12,216); }
td.TdClassName
{
border-color: #CE0CD8;
}
.TagClassName
{
border-color: #CE0CD8;
}
</style>