Shades of Deep Magenta #CC08AB
Tints of Deep Magenta #CC08AB
RGB
CMYK
RGB Variations
Color information
#CC08AB (or 0xCC08AB) is known color: Deep Magenta. HEX triplet: CC, 08 and AB. RGB value is (204,8,171). Sum of RGB (Red+Green+Blue) = 204+8+171=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC08AB is #33F754. Grayscale: #545454. Windows color (decimal): -3405653 or 11208908. OLE color: 11208908.
HSL color Cylindrical-coordinate representation of color #CC08AB: hue angle of 310.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08AB is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.2 |
| HSL | 310.1º | 0.92% | 0.42% | - |
| HSV(B) | 310.1º | 0.96% | 0.8% | - |
| XYZ | 32.34 | 15.95 | 39.9 | - |
| YUV | 85.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 171 | 0 | 0.96 | 0.16 | 0.2 | 310.1 | 0.92 | 0.42 |
| Hex | CC | 8 | AB | 0 | 60 | 10 | 14 | 136 | 5C | 2A |
| Octal | 314 | 10 | 253 | 0 | 140 | 20 | 24 | 466 | 134 | 52 |
| Binary | 11001100 | 1000 | 10101011 | 0 | 1100000 | 10000 | 10100 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CC08AB
Complementary color
Monochromatic Colors of #CC08AB
Black with #CC08AB
Text Example
Text Example
White with #CC08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08AB; }
p { color: rgb(204,8,171); }
H1.HeaderClassName
{
color: #CC08AB;
}
.AnyTagClassName
{
color: #CC08AB;
}
</style>
background-color css
<style>
a { background-color: #CC08AB; }
a { background-color: rgb(204,8,171); }
div.DivClassName
{
background-color: #CC08AB;
}
.BgClassName
{
background-color: #CC08AB;
}
</style>
border-color css
<style>
span { border-color: #CC08AB; }
span { border-color: rgb(204,8,171); }
td.TdClassName
{
border-color: #CC08AB;
}
.TagClassName
{
border-color: #CC08AB;
}
</style>