Shades of Deep Magenta #C001A6
Tints of Deep Magenta #C001A6
RGB
CMYK
RGB Variations
Color information
#C001A6 (or 0xC001A6) is known color: Deep Magenta. HEX triplet: C0, 01 and A6. RGB value is (192,1,166). Sum of RGB (Red+Green+Blue) = 192+1+166=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C001A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001A6 is #3FFE59. Grayscale: #4C4C4C. Windows color (decimal): -4193882 or 10879424. OLE color: 10879424.
HSL color Cylindrical-coordinate representation of color #C001A6: hue angle of 308.17º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001A6 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 166 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.25 |
| HSL | 308.17º | 0.99% | 0.38% | - |
| HSV(B) | 308.17º | 0.99% | 0.75% | - |
| XYZ | 28.63 | 13.98 | 37.27 | - |
| YUV | 76.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 166 | 0 | 0.99 | 0.14 | 0.25 | 308.17 | 0.99 | 0.38 |
| Hex | C0 | 1 | A6 | 0 | 63 | E | 19 | 134 | 63 | 26 |
| Octal | 300 | 1 | 246 | 0 | 143 | 16 | 31 | 464 | 143 | 46 |
| Binary | 11000000 | 1 | 10100110 | 0 | 1100011 | 1110 | 11001 | 100110100 | 1100011 | 100110 |
Color Harmonies of #C001A6
Complementary color
Monochromatic Colors of #C001A6
Black with #C001A6
Text Example
Text Example
White with #C001A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001A6; }
p { color: rgb(192,1,166); }
H1.HeaderClassName
{
color: #C001A6;
}
.AnyTagClassName
{
color: #C001A6;
}
</style>
background-color css
<style>
a { background-color: #C001A6; }
a { background-color: rgb(192,1,166); }
div.DivClassName
{
background-color: #C001A6;
}
.BgClassName
{
background-color: #C001A6;
}
</style>
border-color css
<style>
span { border-color: #C001A6; }
span { border-color: rgb(192,1,166); }
td.TdClassName
{
border-color: #C001A6;
}
.TagClassName
{
border-color: #C001A6;
}
</style>