Shades of Deep Magenta #C000A9
Tints of Deep Magenta #C000A9
RGB
CMYK
RGB Variations
Color information
#C000A9 (or 0xC000A9) is known color: Deep Magenta. HEX triplet: C0, 00 and A9. RGB value is (192,0,169). Sum of RGB (Red+Green+Blue) = 192+0+169=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A9 is #3FFF56. Grayscale: #4C4C4C. Windows color (decimal): -4194135 or 11075776. OLE color: 11075776.
HSL color Cylindrical-coordinate representation of color #C000A9: hue angle of 307.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000A9 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.12 | 0.25 |
| HSL | 307.19º | 1% | 0.38% | - |
| HSV(B) | 307.19º | 1% | 0.75% | - |
| XYZ | 28.9 | 14.07 | 38.73 | - |
| YUV | 76.67 | 180.11 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 169 | 0 | 1 | 0.12 | 0.25 | 307.19 | 1 | 0.38 |
| Hex | C0 | 0 | A9 | 0 | 64 | C | 19 | 133 | 64 | 26 |
| Octal | 300 | 0 | 251 | 0 | 144 | 14 | 31 | 463 | 144 | 46 |
| Binary | 11000000 | 0 | 10101001 | 0 | 1100100 | 1100 | 11001 | 100110011 | 1100100 | 100110 |
Color Harmonies of #C000A9
Complementary color
Monochromatic Colors of #C000A9
Black with #C000A9
Text Example
Text Example
White with #C000A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000A9; }
p { color: rgb(192,0,169); }
H1.HeaderClassName
{
color: #C000A9;
}
.AnyTagClassName
{
color: #C000A9;
}
</style>
background-color css
<style>
a { background-color: #C000A9; }
a { background-color: rgb(192,0,169); }
div.DivClassName
{
background-color: #C000A9;
}
.BgClassName
{
background-color: #C000A9;
}
</style>
border-color css
<style>
span { border-color: #C000A9; }
span { border-color: rgb(192,0,169); }
td.TdClassName
{
border-color: #C000A9;
}
.TagClassName
{
border-color: #C000A9;
}
</style>