Shades of Deep Magenta #CC09AC
Tints of Deep Magenta #CC09AC
RGB
CMYK
RGB Variations
Color information
#CC09AC (or 0xCC09AC) is known color: Deep Magenta. HEX triplet: CC, 09 and AC. RGB value is (204,9,172). Sum of RGB (Red+Green+Blue) = 204+9+172=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09AC is #33F653. Grayscale: #555555. Windows color (decimal): -3405396 or 11274700. OLE color: 11274700.
HSL color Cylindrical-coordinate representation of color #CC09AC: hue angle of 309.85º 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 #CC09AC is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.2 |
| HSL | 309.85º | 0.92% | 0.42% | - |
| HSV(B) | 309.85º | 0.96% | 0.8% | - |
| XYZ | 32.45 | 16.01 | 40.41 | - |
| YUV | 85.89 | 176.6 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 172 | 0 | 0.96 | 0.16 | 0.2 | 309.85 | 0.92 | 0.42 |
| Hex | CC | 9 | AC | 0 | 60 | 10 | 14 | 136 | 5C | 2A |
| Octal | 314 | 11 | 254 | 0 | 140 | 20 | 24 | 466 | 134 | 52 |
| Binary | 11001100 | 1001 | 10101100 | 0 | 1100000 | 10000 | 10100 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CC09AC
Complementary color
Monochromatic Colors of #CC09AC
Black with #CC09AC
Text Example
Text Example
White with #CC09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09AC; }
p { color: rgb(204,9,172); }
H1.HeaderClassName
{
color: #CC09AC;
}
.AnyTagClassName
{
color: #CC09AC;
}
</style>
background-color css
<style>
a { background-color: #CC09AC; }
a { background-color: rgb(204,9,172); }
div.DivClassName
{
background-color: #CC09AC;
}
.BgClassName
{
background-color: #CC09AC;
}
</style>
border-color css
<style>
span { border-color: #CC09AC; }
span { border-color: rgb(204,9,172); }
td.TdClassName
{
border-color: #CC09AC;
}
.TagClassName
{
border-color: #CC09AC;
}
</style>