Shades of Deep Magenta #C010AB
Tints of Deep Magenta #C010AB
RGB
CMYK
RGB Variations
Color information
#C010AB (or 0xC010AB) is known color: Deep Magenta. HEX triplet: C0, 10 and AB. RGB value is (192,16,171). Sum of RGB (Red+Green+Blue) = 192+16+171=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C010AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010AB is #3FEF54. Grayscale: #555555. Windows color (decimal): -4190037 or 11210944. OLE color: 11210944.
HSL color Cylindrical-coordinate representation of color #C010AB: hue angle of 307.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010AB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 171 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 307.16º | 0.85% | 0.41% | - |
| HSV(B) | 307.16º | 0.92% | 0.75% | - |
| XYZ | 29.27 | 14.52 | 39.79 | - |
| YUV | 86.29 | 175.81 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 171 | 0 | 0.92 | 0.11 | 0.25 | 307.16 | 0.85 | 0.41 |
| Hex | C0 | 10 | AB | 0 | 5C | B | 19 | 133 | 55 | 29 |
| Octal | 300 | 20 | 253 | 0 | 134 | 13 | 31 | 463 | 125 | 51 |
| Binary | 11000000 | 10000 | 10101011 | 0 | 1011100 | 1011 | 11001 | 100110011 | 1010101 | 101001 |
Color Harmonies of #C010AB
Complementary color
Monochromatic Colors of #C010AB
Black with #C010AB
Text Example
Text Example
White with #C010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010AB; }
p { color: rgb(192,16,171); }
H1.HeaderClassName
{
color: #C010AB;
}
.AnyTagClassName
{
color: #C010AB;
}
</style>
background-color css
<style>
a { background-color: #C010AB; }
a { background-color: rgb(192,16,171); }
div.DivClassName
{
background-color: #C010AB;
}
.BgClassName
{
background-color: #C010AB;
}
</style>
border-color css
<style>
span { border-color: #C010AB; }
span { border-color: rgb(192,16,171); }
td.TdClassName
{
border-color: #C010AB;
}
.TagClassName
{
border-color: #C010AB;
}
</style>