Shades of Deep Magenta #CE04AC
Tints of Deep Magenta #CE04AC
RGB
CMYK
RGB Variations
Color information
#CE04AC (or 0xCE04AC) is known color: Deep Magenta. HEX triplet: CE, 04 and AC. RGB value is (206,4,172). Sum of RGB (Red+Green+Blue) = 206+4+172=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04AC is #31FB53. Grayscale: #535353. Windows color (decimal): -3275604 or 11273422. OLE color: 11273422.
HSL color Cylindrical-coordinate representation of color #CE04AC: hue angle of 310.1º 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 #CE04AC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.19 |
| HSL | 310.1º | 0.96% | 0.41% | - |
| HSV(B) | 310.1º | 0.98% | 0.81% | - |
| XYZ | 32.94 | 16.19 | 40.42 | - |
| YUV | 83.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 172 | 0 | 0.98 | 0.17 | 0.19 | 310.1 | 0.96 | 0.41 |
| Hex | CE | 4 | AC | 0 | 62 | 11 | 13 | 136 | 60 | 29 |
| Octal | 316 | 4 | 254 | 0 | 142 | 21 | 23 | 466 | 140 | 51 |
| Binary | 11001110 | 100 | 10101100 | 0 | 1100010 | 10001 | 10011 | 100110110 | 1100000 | 101001 |
Color Harmonies of #CE04AC
Complementary color
Monochromatic Colors of #CE04AC
Black with #CE04AC
Text Example
Text Example
White with #CE04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04AC; }
p { color: rgb(206,4,172); }
H1.HeaderClassName
{
color: #CE04AC;
}
.AnyTagClassName
{
color: #CE04AC;
}
</style>
background-color css
<style>
a { background-color: #CE04AC; }
a { background-color: rgb(206,4,172); }
div.DivClassName
{
background-color: #CE04AC;
}
.BgClassName
{
background-color: #CE04AC;
}
</style>
border-color css
<style>
span { border-color: #CE04AC; }
span { border-color: rgb(206,4,172); }
td.TdClassName
{
border-color: #CE04AC;
}
.TagClassName
{
border-color: #CE04AC;
}
</style>