Shades of Deep Magenta #C00AA9
Tints of Deep Magenta #C00AA9
RGB
CMYK
RGB Variations
Color information
#C00AA9 (or 0xC00AA9) is known color: Deep Magenta. HEX triplet: C0, 0A and A9. RGB value is (192,10,169). Sum of RGB (Red+Green+Blue) = 192+10+169=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AA9 is #3FF556. Grayscale: #525252. Windows color (decimal): -4191575 or 11078336. OLE color: 11078336.
HSL color Cylindrical-coordinate representation of color #C00AA9: hue angle of 307.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AA9 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 169 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.25 |
| HSL | 307.58º | 0.9% | 0.4% | - |
| HSV(B) | 307.58º | 0.95% | 0.75% | - |
| XYZ | 29.01 | 14.29 | 38.77 | - |
| YUV | 82.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 169 | 0 | 0.95 | 0.12 | 0.25 | 307.58 | 0.9 | 0.4 |
| Hex | C0 | A | A9 | 0 | 5F | C | 19 | 134 | 5A | 28 |
| Octal | 300 | 12 | 251 | 0 | 137 | 14 | 31 | 464 | 132 | 50 |
| Binary | 11000000 | 1010 | 10101001 | 0 | 1011111 | 1100 | 11001 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C00AA9
Complementary color
Monochromatic Colors of #C00AA9
Black with #C00AA9
Text Example
Text Example
White with #C00AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AA9; }
p { color: rgb(192,10,169); }
H1.HeaderClassName
{
color: #C00AA9;
}
.AnyTagClassName
{
color: #C00AA9;
}
</style>
background-color css
<style>
a { background-color: #C00AA9; }
a { background-color: rgb(192,10,169); }
div.DivClassName
{
background-color: #C00AA9;
}
.BgClassName
{
background-color: #C00AA9;
}
</style>
border-color css
<style>
span { border-color: #C00AA9; }
span { border-color: rgb(192,10,169); }
td.TdClassName
{
border-color: #C00AA9;
}
.TagClassName
{
border-color: #C00AA9;
}
</style>