Shades of Deep Magenta #C000A6
Tints of Deep Magenta #C000A6
RGB
CMYK
RGB Variations
Color information
#C000A6 (or 0xC000A6) is known color: Deep Magenta. HEX triplet: C0, 00 and A6. RGB value is (192,0,166). Sum of RGB (Red+Green+Blue) = 192+0+166=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A6 is #3FFF59. Grayscale: #4B4B4B. Windows color (decimal): -4194138 or 10879168. OLE color: 10879168.
HSL color Cylindrical-coordinate representation of color #C000A6: hue angle of 308.12º 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 #C000A6 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.14 | 0.25 |
| HSL | 308.13º | 1% | 0.38% | - |
| HSV(B) | 308.13º | 1% | 0.75% | - |
| XYZ | 28.62 | 13.96 | 37.26 | - |
| YUV | 76.33 | 178.61 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 166 | 0 | 1 | 0.14 | 0.25 | 308.13 | 1 | 0.38 |
| Hex | C0 | 0 | A6 | 0 | 64 | E | 19 | 134 | 64 | 26 |
| Octal | 300 | 0 | 246 | 0 | 144 | 16 | 31 | 464 | 144 | 46 |
| Binary | 11000000 | 0 | 10100110 | 0 | 1100100 | 1110 | 11001 | 100110100 | 1100100 | 100110 |
Color Harmonies of #C000A6
Complementary color
Monochromatic Colors of #C000A6
Black with #C000A6
Text Example
Text Example
White with #C000A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000A6; }
p { color: rgb(192,0,166); }
H1.HeaderClassName
{
color: #C000A6;
}
.AnyTagClassName
{
color: #C000A6;
}
</style>
background-color css
<style>
a { background-color: #C000A6; }
a { background-color: rgb(192,0,166); }
div.DivClassName
{
background-color: #C000A6;
}
.BgClassName
{
background-color: #C000A6;
}
</style>
border-color css
<style>
span { border-color: #C000A6; }
span { border-color: rgb(192,0,166); }
td.TdClassName
{
border-color: #C000A6;
}
.TagClassName
{
border-color: #C000A6;
}
</style>