Shades of Deep Magenta #CE03AC
Tints of Deep Magenta #CE03AC
RGB
CMYK
RGB Variations
Color information
#CE03AC (or 0xCE03AC) is known color: Deep Magenta. HEX triplet: CE, 03 and AC. RGB value is (206,3,172). Sum of RGB (Red+Green+Blue) = 206+3+172=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE03AC is #31FC53. Grayscale: #525252. Windows color (decimal): -3275860 or 11273166. OLE color: 11273166.
HSL color Cylindrical-coordinate representation of color #CE03AC: hue angle of 310.05º 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 #CE03AC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.19 |
| HSL | 310.05º | 0.97% | 0.41% | - |
| HSV(B) | 310.05º | 0.99% | 0.81% | - |
| XYZ | 32.93 | 16.17 | 40.41 | - |
| YUV | 82.96 | 178.25 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 172 | 0 | 0.99 | 0.17 | 0.19 | 310.05 | 0.97 | 0.41 |
| Hex | CE | 3 | AC | 0 | 63 | 11 | 13 | 136 | 61 | 29 |
| Octal | 316 | 3 | 254 | 0 | 143 | 21 | 23 | 466 | 141 | 51 |
| Binary | 11001110 | 11 | 10101100 | 0 | 1100011 | 10001 | 10011 | 100110110 | 1100001 | 101001 |
Color Harmonies of #CE03AC
Complementary color
Monochromatic Colors of #CE03AC
Black with #CE03AC
Text Example
Text Example
White with #CE03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03AC; }
p { color: rgb(206,3,172); }
H1.HeaderClassName
{
color: #CE03AC;
}
.AnyTagClassName
{
color: #CE03AC;
}
</style>
background-color css
<style>
a { background-color: #CE03AC; }
a { background-color: rgb(206,3,172); }
div.DivClassName
{
background-color: #CE03AC;
}
.BgClassName
{
background-color: #CE03AC;
}
</style>
border-color css
<style>
span { border-color: #CE03AC; }
span { border-color: rgb(206,3,172); }
td.TdClassName
{
border-color: #CE03AC;
}
.TagClassName
{
border-color: #CE03AC;
}
</style>