Shades of Deep Magenta #CE02D3
Tints of Deep Magenta #CE02D3
RGB
CMYK
RGB Variations
Color information
#CE02D3 (or 0xCE02D3) is known color: Deep Magenta. HEX triplet: CE, 02 and D3. RGB value is (206,2,211). Sum of RGB (Red+Green+Blue) = 206+2+211=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE02D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02D3 is #31FD2C. Grayscale: #565656. Windows color (decimal): -3276077 or 13828814. OLE color: 13828814.
HSL color Cylindrical-coordinate representation of color #CE02D3: hue angle of 298.56º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02D3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 2 | 211 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.17 |
| HSL | 298.56º | 0.98% | 0.42% | - |
| HSV(B) | 298.56º | 0.99% | 0.83% | - |
| XYZ | 37.23 | 17.87 | 63.11 | - |
| YUV | 86.82 | 198.09 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 211 | 0.02 | 0.99 | 0 | 0.17 | 298.56 | 0.98 | 0.42 |
| Hex | CE | 2 | D3 | 2 | 63 | 0 | 11 | 12B | 62 | 2A |
| Octal | 316 | 2 | 323 | 2 | 143 | 0 | 21 | 453 | 142 | 52 |
| Binary | 11001110 | 10 | 11010011 | 10 | 1100011 | 0 | 10001 | 100101011 | 1100010 | 101010 |
Color Harmonies of #CE02D3
Complementary color
Monochromatic Colors of #CE02D3
Black with #CE02D3
Text Example
Text Example
White with #CE02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02D3; }
p { color: rgb(206,2,211); }
H1.HeaderClassName
{
color: #CE02D3;
}
.AnyTagClassName
{
color: #CE02D3;
}
</style>
background-color css
<style>
a { background-color: #CE02D3; }
a { background-color: rgb(206,2,211); }
div.DivClassName
{
background-color: #CE02D3;
}
.BgClassName
{
background-color: #CE02D3;
}
</style>
border-color css
<style>
span { border-color: #CE02D3; }
span { border-color: rgb(206,2,211); }
td.TdClassName
{
border-color: #CE02D3;
}
.TagClassName
{
border-color: #CE02D3;
}
</style>