Shades of Deep Magenta #CE03AB
Tints of Deep Magenta #CE03AB
RGB
CMYK
RGB Variations
Color information
#CE03AB (or 0xCE03AB) is known color: Deep Magenta. HEX triplet: CE, 03 and AB. RGB value is (206,3,171). Sum of RGB (Red+Green+Blue) = 206+3+171=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE03AB is #31FC54. Grayscale: #525252. Windows color (decimal): -3275861 or 11207630. OLE color: 11207630.
HSL color Cylindrical-coordinate representation of color #CE03AB: hue angle of 310.34º 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 #CE03AB is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.19 |
| HSL | 310.34º | 0.97% | 0.41% | - |
| HSV(B) | 310.34º | 0.99% | 0.81% | - |
| XYZ | 32.84 | 16.13 | 39.91 | - |
| YUV | 82.85 | 177.75 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 171 | 0 | 0.99 | 0.17 | 0.19 | 310.34 | 0.97 | 0.41 |
| Hex | CE | 3 | AB | 0 | 63 | 11 | 13 | 136 | 61 | 29 |
| Octal | 316 | 3 | 253 | 0 | 143 | 21 | 23 | 466 | 141 | 51 |
| Binary | 11001110 | 11 | 10101011 | 0 | 1100011 | 10001 | 10011 | 100110110 | 1100001 | 101001 |
Color Harmonies of #CE03AB
Complementary color
Monochromatic Colors of #CE03AB
Black with #CE03AB
Text Example
Text Example
White with #CE03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03AB; }
p { color: rgb(206,3,171); }
H1.HeaderClassName
{
color: #CE03AB;
}
.AnyTagClassName
{
color: #CE03AB;
}
</style>
background-color css
<style>
a { background-color: #CE03AB; }
a { background-color: rgb(206,3,171); }
div.DivClassName
{
background-color: #CE03AB;
}
.BgClassName
{
background-color: #CE03AB;
}
</style>
border-color css
<style>
span { border-color: #CE03AB; }
span { border-color: rgb(206,3,171); }
td.TdClassName
{
border-color: #CE03AB;
}
.TagClassName
{
border-color: #CE03AB;
}
</style>