Shades of Deep Magenta #CC06AB
Tints of Deep Magenta #CC06AB
RGB
CMYK
RGB Variations
Color information
#CC06AB (or 0xCC06AB) is known color: Deep Magenta. HEX triplet: CC, 06 and AB. RGB value is (204,6,171). Sum of RGB (Red+Green+Blue) = 204+6+171=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC06AB is #33F954. Grayscale: #535353. Windows color (decimal): -3406165 or 11208396. OLE color: 11208396.
HSL color Cylindrical-coordinate representation of color #CC06AB: hue angle of 310º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06AB is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.2 |
| HSL | 310º | 0.94% | 0.41% | - |
| HSV(B) | 310º | 0.97% | 0.8% | - |
| XYZ | 32.32 | 15.91 | 39.9 | - |
| YUV | 84.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 171 | 0 | 0.97 | 0.16 | 0.2 | 310 | 0.94 | 0.41 |
| Hex | CC | 6 | AB | 0 | 61 | 10 | 14 | 136 | 5E | 29 |
| Octal | 314 | 6 | 253 | 0 | 141 | 20 | 24 | 466 | 136 | 51 |
| Binary | 11001100 | 110 | 10101011 | 0 | 1100001 | 10000 | 10100 | 100110110 | 1011110 | 101001 |
Color Harmonies of #CC06AB
Complementary color
Monochromatic Colors of #CC06AB
Black with #CC06AB
Text Example
Text Example
White with #CC06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC06AB; }
p { color: rgb(204,6,171); }
H1.HeaderClassName
{
color: #CC06AB;
}
.AnyTagClassName
{
color: #CC06AB;
}
</style>
background-color css
<style>
a { background-color: #CC06AB; }
a { background-color: rgb(204,6,171); }
div.DivClassName
{
background-color: #CC06AB;
}
.BgClassName
{
background-color: #CC06AB;
}
</style>
border-color css
<style>
span { border-color: #CC06AB; }
span { border-color: rgb(204,6,171); }
td.TdClassName
{
border-color: #CC06AB;
}
.TagClassName
{
border-color: #CC06AB;
}
</style>