Shades of Deep Magenta #CE04A8
Tints of Deep Magenta #CE04A8
RGB
CMYK
RGB Variations
Color information
#CE04A8 (or 0xCE04A8) is known color: Deep Magenta. HEX triplet: CE, 04 and A8. RGB value is (206,4,168). Sum of RGB (Red+Green+Blue) = 206+4+168=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04A8 is #31FB57. Grayscale: #525252. Windows color (decimal): -3275608 or 11011278. OLE color: 11011278.
HSL color Cylindrical-coordinate representation of color #CE04A8: hue angle of 311.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04A8 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.19 |
| HSL | 311.29º | 0.96% | 0.41% | - |
| HSV(B) | 311.29º | 0.98% | 0.81% | - |
| XYZ | 32.56 | 16.04 | 38.42 | - |
| YUV | 83.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 168 | 0 | 0.98 | 0.18 | 0.19 | 311.29 | 0.96 | 0.41 |
| Hex | CE | 4 | A8 | 0 | 62 | 12 | 13 | 137 | 60 | 29 |
| Octal | 316 | 4 | 250 | 0 | 142 | 22 | 23 | 467 | 140 | 51 |
| Binary | 11001110 | 100 | 10101000 | 0 | 1100010 | 10010 | 10011 | 100110111 | 1100000 | 101001 |
Color Harmonies of #CE04A8
Complementary color
Monochromatic Colors of #CE04A8
Black with #CE04A8
Text Example
Text Example
White with #CE04A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04A8; }
p { color: rgb(206,4,168); }
H1.HeaderClassName
{
color: #CE04A8;
}
.AnyTagClassName
{
color: #CE04A8;
}
</style>
background-color css
<style>
a { background-color: #CE04A8; }
a { background-color: rgb(206,4,168); }
div.DivClassName
{
background-color: #CE04A8;
}
.BgClassName
{
background-color: #CE04A8;
}
</style>
border-color css
<style>
span { border-color: #CE04A8; }
span { border-color: rgb(206,4,168); }
td.TdClassName
{
border-color: #CE04A8;
}
.TagClassName
{
border-color: #CE04A8;
}
</style>