Shades of Deep Magenta #C011AB
Tints of Deep Magenta #C011AB
RGB
CMYK
RGB Variations
Color information
#C011AB (or 0xC011AB) is known color: Deep Magenta. HEX triplet: C0, 11 and AB. RGB value is (192,17,171). Sum of RGB (Red+Green+Blue) = 192+17+171=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C011AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011AB is #3FEE54. Grayscale: #565656. Windows color (decimal): -4189781 or 11211200. OLE color: 11211200.
HSL color Cylindrical-coordinate representation of color #C011AB: hue angle of 307.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011AB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 171 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.25 |
| HSL | 307.2º | 0.84% | 0.41% | - |
| HSV(B) | 307.2º | 0.91% | 0.75% | - |
| XYZ | 29.29 | 14.55 | 39.79 | - |
| YUV | 86.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 171 | 0 | 0.91 | 0.11 | 0.25 | 307.2 | 0.84 | 0.41 |
| Hex | C0 | 11 | AB | 0 | 5B | B | 19 | 133 | 54 | 29 |
| Octal | 300 | 21 | 253 | 0 | 133 | 13 | 31 | 463 | 124 | 51 |
| Binary | 11000000 | 10001 | 10101011 | 0 | 1011011 | 1011 | 11001 | 100110011 | 1010100 | 101001 |
Color Harmonies of #C011AB
Complementary color
Monochromatic Colors of #C011AB
Black with #C011AB
Text Example
Text Example
White with #C011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011AB; }
p { color: rgb(192,17,171); }
H1.HeaderClassName
{
color: #C011AB;
}
.AnyTagClassName
{
color: #C011AB;
}
</style>
background-color css
<style>
a { background-color: #C011AB; }
a { background-color: rgb(192,17,171); }
div.DivClassName
{
background-color: #C011AB;
}
.BgClassName
{
background-color: #C011AB;
}
</style>
border-color css
<style>
span { border-color: #C011AB; }
span { border-color: rgb(192,17,171); }
td.TdClassName
{
border-color: #C011AB;
}
.TagClassName
{
border-color: #C011AB;
}
</style>