Shades of Deep Magenta #CE02D0
Tints of Deep Magenta #CE02D0
RGB
CMYK
RGB Variations
Color information
#CE02D0 (or 0xCE02D0) is known color: Deep Magenta. HEX triplet: CE, 02 and D0. RGB value is (206,2,208). Sum of RGB (Red+Green+Blue) = 206+2+208=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE02D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02D0 is #31FD2F. Grayscale: #555555. Windows color (decimal): -3276080 or 13632206. OLE color: 13632206.
HSL color Cylindrical-coordinate representation of color #CE02D0: hue angle of 299.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02D0 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 2 | 208 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.18 |
| HSL | 299.42º | 0.98% | 0.41% | - |
| HSV(B) | 299.42º | 0.99% | 0.82% | - |
| XYZ | 36.86 | 17.72 | 61.15 | - |
| YUV | 86.48 | 196.59 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 208 | 0.01 | 0.99 | 0 | 0.18 | 299.42 | 0.98 | 0.41 |
| Hex | CE | 2 | D0 | 1 | 63 | 0 | 12 | 12B | 62 | 29 |
| Octal | 316 | 2 | 320 | 1 | 143 | 0 | 22 | 453 | 142 | 51 |
| Binary | 11001110 | 10 | 11010000 | 1 | 1100011 | 0 | 10010 | 100101011 | 1100010 | 101001 |
Color Harmonies of #CE02D0
Complementary color
Monochromatic Colors of #CE02D0
Black with #CE02D0
Text Example
Text Example
White with #CE02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02D0; }
p { color: rgb(206,2,208); }
H1.HeaderClassName
{
color: #CE02D0;
}
.AnyTagClassName
{
color: #CE02D0;
}
</style>
background-color css
<style>
a { background-color: #CE02D0; }
a { background-color: rgb(206,2,208); }
div.DivClassName
{
background-color: #CE02D0;
}
.BgClassName
{
background-color: #CE02D0;
}
</style>
border-color css
<style>
span { border-color: #CE02D0; }
span { border-color: rgb(206,2,208); }
td.TdClassName
{
border-color: #CE02D0;
}
.TagClassName
{
border-color: #CE02D0;
}
</style>