Shades of Deep Magenta #CC08AC
Tints of Deep Magenta #CC08AC
RGB
CMYK
RGB Variations
Color information
#CC08AC (or 0xCC08AC) is known color: Deep Magenta. HEX triplet: CC, 08 and AC. RGB value is (204,8,172). Sum of RGB (Red+Green+Blue) = 204+8+172=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC08AC is #33F753. Grayscale: #545454. Windows color (decimal): -3405652 or 11274444. OLE color: 11274444.
HSL color Cylindrical-coordinate representation of color #CC08AC: hue angle of 309.8º 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 #CC08AC is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.2 |
| HSL | 309.8º | 0.92% | 0.42% | - |
| HSV(B) | 309.8º | 0.96% | 0.8% | - |
| XYZ | 32.44 | 15.99 | 40.41 | - |
| YUV | 85.3 | 176.93 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 172 | 0 | 0.96 | 0.16 | 0.2 | 309.8 | 0.92 | 0.42 |
| Hex | CC | 8 | AC | 0 | 60 | 10 | 14 | 136 | 5C | 2A |
| Octal | 314 | 10 | 254 | 0 | 140 | 20 | 24 | 466 | 134 | 52 |
| Binary | 11001100 | 1000 | 10101100 | 0 | 1100000 | 10000 | 10100 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CC08AC
Complementary color
Monochromatic Colors of #CC08AC
Black with #CC08AC
Text Example
Text Example
White with #CC08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08AC; }
p { color: rgb(204,8,172); }
H1.HeaderClassName
{
color: #CC08AC;
}
.AnyTagClassName
{
color: #CC08AC;
}
</style>
background-color css
<style>
a { background-color: #CC08AC; }
a { background-color: rgb(204,8,172); }
div.DivClassName
{
background-color: #CC08AC;
}
.BgClassName
{
background-color: #CC08AC;
}
</style>
border-color css
<style>
span { border-color: #CC08AC; }
span { border-color: rgb(204,8,172); }
td.TdClassName
{
border-color: #CC08AC;
}
.TagClassName
{
border-color: #CC08AC;
}
</style>