Shades of Deep Magenta #CC07AB
Tints of Deep Magenta #CC07AB
RGB
CMYK
RGB Variations
Color information
#CC07AB (or 0xCC07AB) is known color: Deep Magenta. HEX triplet: CC, 07 and AB. RGB value is (204,7,171). Sum of RGB (Red+Green+Blue) = 204+7+171=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC07AB is #33F854. Grayscale: #545454. Windows color (decimal): -3405909 or 11208652. OLE color: 11208652.
HSL color Cylindrical-coordinate representation of color #CC07AB: hue angle of 310.05º degrees, saturation: 0.93, 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 #CC07AB is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.2 |
| HSL | 310.05º | 0.93% | 0.41% | - |
| HSV(B) | 310.05º | 0.97% | 0.8% | - |
| XYZ | 32.33 | 15.93 | 39.9 | - |
| YUV | 84.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 171 | 0 | 0.97 | 0.16 | 0.2 | 310.05 | 0.93 | 0.41 |
| Hex | CC | 7 | AB | 0 | 61 | 10 | 14 | 136 | 5D | 29 |
| Octal | 314 | 7 | 253 | 0 | 141 | 20 | 24 | 466 | 135 | 51 |
| Binary | 11001100 | 111 | 10101011 | 0 | 1100001 | 10000 | 10100 | 100110110 | 1011101 | 101001 |
Color Harmonies of #CC07AB
Complementary color
Monochromatic Colors of #CC07AB
Black with #CC07AB
Text Example
Text Example
White with #CC07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC07AB; }
p { color: rgb(204,7,171); }
H1.HeaderClassName
{
color: #CC07AB;
}
.AnyTagClassName
{
color: #CC07AB;
}
</style>
background-color css
<style>
a { background-color: #CC07AB; }
a { background-color: rgb(204,7,171); }
div.DivClassName
{
background-color: #CC07AB;
}
.BgClassName
{
background-color: #CC07AB;
}
</style>
border-color css
<style>
span { border-color: #CC07AB; }
span { border-color: rgb(204,7,171); }
td.TdClassName
{
border-color: #CC07AB;
}
.TagClassName
{
border-color: #CC07AB;
}
</style>