Shades of Deep Magenta #CE03DC
Tints of Deep Magenta #CE03DC
RGB
CMYK
RGB Variations
Color information
#CE03DC (or 0xCE03DC) is known color: Deep Magenta. HEX triplet: CE, 03 and DC. RGB value is (206,3,220). Sum of RGB (Red+Green+Blue) = 206+3+220=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03DC is #31FC23. Grayscale: #575757. Windows color (decimal): -3275812 or 14418894. OLE color: 14418894.
HSL color Cylindrical-coordinate representation of color #CE03DC: hue angle of 296.13º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03DC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 3 | 220 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.14 |
| HSL | 296.13º | 0.97% | 0.44% | - |
| HSV(B) | 296.13º | 0.99% | 0.86% | - |
| XYZ | 38.4 | 18.35 | 69.23 | - |
| YUV | 88.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 220 | 0.06 | 0.99 | 0 | 0.14 | 296.13 | 0.97 | 0.44 |
| Hex | CE | 3 | DC | 6 | 63 | 0 | E | 128 | 61 | 2C |
| Octal | 316 | 3 | 334 | 6 | 143 | 0 | 16 | 450 | 141 | 54 |
| Binary | 11001110 | 11 | 11011100 | 110 | 1100011 | 0 | 1110 | 100101000 | 1100001 | 101100 |
Color Harmonies of #CE03DC
Complementary color
Monochromatic Colors of #CE03DC
Black with #CE03DC
Text Example
Text Example
White with #CE03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03DC; }
p { color: rgb(206,3,220); }
H1.HeaderClassName
{
color: #CE03DC;
}
.AnyTagClassName
{
color: #CE03DC;
}
</style>
background-color css
<style>
a { background-color: #CE03DC; }
a { background-color: rgb(206,3,220); }
div.DivClassName
{
background-color: #CE03DC;
}
.BgClassName
{
background-color: #CE03DC;
}
</style>
border-color css
<style>
span { border-color: #CE03DC; }
span { border-color: rgb(206,3,220); }
td.TdClassName
{
border-color: #CE03DC;
}
.TagClassName
{
border-color: #CE03DC;
}
</style>