Shades of Deep Magenta #CE03CE
Tints of Deep Magenta #CE03CE
RGB
CMYK
RGB Variations
Color information
#CE03CE (or 0xCE03CE) is known color: Deep Magenta. HEX triplet: CE, 03 and CE. RGB value is (206,3,206). Sum of RGB (Red+Green+Blue) = 206+3+206=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03CE is #31FC31. Grayscale: #565656. Windows color (decimal): -3275826 or 13501390. OLE color: 13501390.
HSL color Cylindrical-coordinate representation of color #CE03CE: hue angle of 300º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03CE is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0 | 0.19 |
| HSL | 300º | 0.97% | 0.41% | - |
| HSV(B) | 300º | 0.99% | 0.81% | - |
| XYZ | 36.63 | 17.64 | 59.87 | - |
| YUV | 86.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 206 | 0 | 0.99 | 0 | 0.19 | 300 | 0.97 | 0.41 |
| Hex | CE | 3 | CE | 0 | 63 | 0 | 13 | 12C | 61 | 29 |
| Octal | 316 | 3 | 316 | 0 | 143 | 0 | 23 | 454 | 141 | 51 |
| Binary | 11001110 | 11 | 11001110 | 0 | 1100011 | 0 | 10011 | 100101100 | 1100001 | 101001 |
Color Harmonies of #CE03CE
Complementary color
Monochromatic Colors of #CE03CE
Black with #CE03CE
Text Example
Text Example
White with #CE03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03CE; }
p { color: rgb(206,3,206); }
H1.HeaderClassName
{
color: #CE03CE;
}
.AnyTagClassName
{
color: #CE03CE;
}
</style>
background-color css
<style>
a { background-color: #CE03CE; }
a { background-color: rgb(206,3,206); }
div.DivClassName
{
background-color: #CE03CE;
}
.BgClassName
{
background-color: #CE03CE;
}
</style>
border-color css
<style>
span { border-color: #CE03CE; }
span { border-color: rgb(206,3,206); }
td.TdClassName
{
border-color: #CE03CE;
}
.TagClassName
{
border-color: #CE03CE;
}
</style>