Shades of Deep Magenta #CC0AAC
Tints of Deep Magenta #CC0AAC
RGB
CMYK
RGB Variations
Color information
#CC0AAC (or 0xCC0AAC) is known color: Deep Magenta. HEX triplet: CC, 0A and AC. RGB value is (204,10,172). Sum of RGB (Red+Green+Blue) = 204+10+172=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0AAC is #33F553. Grayscale: #565656. Windows color (decimal): -3405140 or 11274956. OLE color: 11274956.
HSL color Cylindrical-coordinate representation of color #CC0AAC: hue angle of 309.9º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0AAC is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.2 |
| HSL | 309.9º | 0.91% | 0.42% | - |
| HSV(B) | 309.9º | 0.95% | 0.8% | - |
| XYZ | 32.46 | 16.03 | 40.41 | - |
| YUV | 86.47 | 176.27 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 172 | 0 | 0.95 | 0.16 | 0.2 | 309.9 | 0.91 | 0.42 |
| Hex | CC | A | AC | 0 | 5F | 10 | 14 | 136 | 5B | 2A |
| Octal | 314 | 12 | 254 | 0 | 137 | 20 | 24 | 466 | 133 | 52 |
| Binary | 11001100 | 1010 | 10101100 | 0 | 1011111 | 10000 | 10100 | 100110110 | 1011011 | 101010 |
Color Harmonies of #CC0AAC
Complementary color
Monochromatic Colors of #CC0AAC
Black with #CC0AAC
Text Example
Text Example
White with #CC0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AAC; }
p { color: rgb(204,10,172); }
H1.HeaderClassName
{
color: #CC0AAC;
}
.AnyTagClassName
{
color: #CC0AAC;
}
</style>
background-color css
<style>
a { background-color: #CC0AAC; }
a { background-color: rgb(204,10,172); }
div.DivClassName
{
background-color: #CC0AAC;
}
.BgClassName
{
background-color: #CC0AAC;
}
</style>
border-color css
<style>
span { border-color: #CC0AAC; }
span { border-color: rgb(204,10,172); }
td.TdClassName
{
border-color: #CC0AAC;
}
.TagClassName
{
border-color: #CC0AAC;
}
</style>