Shades of Deep Magenta #CC09AA
Tints of Deep Magenta #CC09AA
RGB
CMYK
RGB Variations
Color information
#CC09AA (or 0xCC09AA) is known color: Deep Magenta. HEX triplet: CC, 09 and AA. RGB value is (204,9,170). Sum of RGB (Red+Green+Blue) = 204+9+170=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09AA is #33F655. Grayscale: #555555. Windows color (decimal): -3405398 or 11143628. OLE color: 11143628.
HSL color Cylindrical-coordinate representation of color #CC09AA: hue angle of 310.46º 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 #CC09AA is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.2 |
| HSL | 310.46º | 0.92% | 0.42% | - |
| HSV(B) | 310.46º | 0.96% | 0.8% | - |
| XYZ | 32.26 | 15.94 | 39.41 | - |
| YUV | 85.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 170 | 0 | 0.96 | 0.17 | 0.2 | 310.46 | 0.92 | 0.42 |
| Hex | CC | 9 | AA | 0 | 60 | 11 | 14 | 136 | 5C | 2A |
| Octal | 314 | 11 | 252 | 0 | 140 | 21 | 24 | 466 | 134 | 52 |
| Binary | 11001100 | 1001 | 10101010 | 0 | 1100000 | 10001 | 10100 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CC09AA
Complementary color
Monochromatic Colors of #CC09AA
Black with #CC09AA
Text Example
Text Example
White with #CC09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09AA; }
p { color: rgb(204,9,170); }
H1.HeaderClassName
{
color: #CC09AA;
}
.AnyTagClassName
{
color: #CC09AA;
}
</style>
background-color css
<style>
a { background-color: #CC09AA; }
a { background-color: rgb(204,9,170); }
div.DivClassName
{
background-color: #CC09AA;
}
.BgClassName
{
background-color: #CC09AA;
}
</style>
border-color css
<style>
span { border-color: #CC09AA; }
span { border-color: rgb(204,9,170); }
td.TdClassName
{
border-color: #CC09AA;
}
.TagClassName
{
border-color: #CC09AA;
}
</style>