Shades of Deep Magenta #CE02DA
Tints of Deep Magenta #CE02DA
RGB
CMYK
RGB Variations
Color information
#CE02DA (or 0xCE02DA) is known color: Deep Magenta. HEX triplet: CE, 02 and DA. RGB value is (206,2,218). Sum of RGB (Red+Green+Blue) = 206+2+218=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02DA is #31FD25. Grayscale: #565656. Windows color (decimal): -3276070 or 14287566. OLE color: 14287566.
HSL color Cylindrical-coordinate representation of color #CE02DA: hue angle of 296.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02DA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 2 | 218 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.15 |
| HSL | 296.67º | 0.98% | 0.43% | - |
| HSV(B) | 296.67º | 0.99% | 0.85% | - |
| XYZ | 38.13 | 18.23 | 67.84 | - |
| YUV | 87.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 218 | 0.06 | 0.99 | 0 | 0.15 | 296.67 | 0.98 | 0.43 |
| Hex | CE | 2 | DA | 6 | 63 | 0 | F | 129 | 62 | 2B |
| Octal | 316 | 2 | 332 | 6 | 143 | 0 | 17 | 451 | 142 | 53 |
| Binary | 11001110 | 10 | 11011010 | 110 | 1100011 | 0 | 1111 | 100101001 | 1100010 | 101011 |
Color Harmonies of #CE02DA
Complementary color
Monochromatic Colors of #CE02DA
Black with #CE02DA
Text Example
Text Example
White with #CE02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02DA; }
p { color: rgb(206,2,218); }
H1.HeaderClassName
{
color: #CE02DA;
}
.AnyTagClassName
{
color: #CE02DA;
}
</style>
background-color css
<style>
a { background-color: #CE02DA; }
a { background-color: rgb(206,2,218); }
div.DivClassName
{
background-color: #CE02DA;
}
.BgClassName
{
background-color: #CE02DA;
}
</style>
border-color css
<style>
span { border-color: #CE02DA; }
span { border-color: rgb(206,2,218); }
td.TdClassName
{
border-color: #CE02DA;
}
.TagClassName
{
border-color: #CE02DA;
}
</style>