Shades of Deep Magenta #CC05AB
Tints of Deep Magenta #CC05AB
RGB
CMYK
RGB Variations
Color information
#CC05AB (or 0xCC05AB) is known color: Deep Magenta. HEX triplet: CC, 05 and AB. RGB value is (204,5,171). Sum of RGB (Red+Green+Blue) = 204+5+171=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC05AB is #33FA54. Grayscale: #525252. Windows color (decimal): -3406421 or 11208140. OLE color: 11208140.
HSL color Cylindrical-coordinate representation of color #CC05AB: hue angle of 309.95º degrees, saturation: 0.95, 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 #CC05AB is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.2 |
| HSL | 309.95º | 0.95% | 0.41% | - |
| HSV(B) | 309.95º | 0.98% | 0.8% | - |
| XYZ | 32.31 | 15.89 | 39.89 | - |
| YUV | 83.43 | 177.43 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 171 | 0 | 0.98 | 0.16 | 0.2 | 309.95 | 0.95 | 0.41 |
| Hex | CC | 5 | AB | 0 | 62 | 10 | 14 | 136 | 5F | 29 |
| Octal | 314 | 5 | 253 | 0 | 142 | 20 | 24 | 466 | 137 | 51 |
| Binary | 11001100 | 101 | 10101011 | 0 | 1100010 | 10000 | 10100 | 100110110 | 1011111 | 101001 |
Color Harmonies of #CC05AB
Complementary color
Monochromatic Colors of #CC05AB
Black with #CC05AB
Text Example
Text Example
White with #CC05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05AB; }
p { color: rgb(204,5,171); }
H1.HeaderClassName
{
color: #CC05AB;
}
.AnyTagClassName
{
color: #CC05AB;
}
</style>
background-color css
<style>
a { background-color: #CC05AB; }
a { background-color: rgb(204,5,171); }
div.DivClassName
{
background-color: #CC05AB;
}
.BgClassName
{
background-color: #CC05AB;
}
</style>
border-color css
<style>
span { border-color: #CC05AB; }
span { border-color: rgb(204,5,171); }
td.TdClassName
{
border-color: #CC05AB;
}
.TagClassName
{
border-color: #CC05AB;
}
</style>