Shades of Deep Magenta #CC04AB
Tints of Deep Magenta #CC04AB
RGB
CMYK
RGB Variations
Color information
#CC04AB (or 0xCC04AB) is known color: Deep Magenta. HEX triplet: CC, 04 and AB. RGB value is (204,4,171). Sum of RGB (Red+Green+Blue) = 204+4+171=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC04AB is #33FB54. Grayscale: #525252. Windows color (decimal): -3406677 or 11207884. OLE color: 11207884.
HSL color Cylindrical-coordinate representation of color #CC04AB: hue angle of 309.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04AB is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.2 |
| HSL | 309.9º | 0.96% | 0.41% | - |
| HSV(B) | 309.9º | 0.98% | 0.8% | - |
| XYZ | 32.3 | 15.86 | 39.89 | - |
| YUV | 82.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 171 | 0 | 0.98 | 0.16 | 0.2 | 309.9 | 0.96 | 0.41 |
| Hex | CC | 4 | AB | 0 | 62 | 10 | 14 | 136 | 60 | 29 |
| Octal | 314 | 4 | 253 | 0 | 142 | 20 | 24 | 466 | 140 | 51 |
| Binary | 11001100 | 100 | 10101011 | 0 | 1100010 | 10000 | 10100 | 100110110 | 1100000 | 101001 |
Color Harmonies of #CC04AB
Complementary color
Monochromatic Colors of #CC04AB
Black with #CC04AB
Text Example
Text Example
White with #CC04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04AB; }
p { color: rgb(204,4,171); }
H1.HeaderClassName
{
color: #CC04AB;
}
.AnyTagClassName
{
color: #CC04AB;
}
</style>
background-color css
<style>
a { background-color: #CC04AB; }
a { background-color: rgb(204,4,171); }
div.DivClassName
{
background-color: #CC04AB;
}
.BgClassName
{
background-color: #CC04AB;
}
</style>
border-color css
<style>
span { border-color: #CC04AB; }
span { border-color: rgb(204,4,171); }
td.TdClassName
{
border-color: #CC04AB;
}
.TagClassName
{
border-color: #CC04AB;
}
</style>