Shades of Deep Magenta #C013AB
Tints of Deep Magenta #C013AB
RGB
CMYK
RGB Variations
Color information
#C013AB (or 0xC013AB) is known color: Deep Magenta. HEX triplet: C0, 13 and AB. RGB value is (192,19,171). Sum of RGB (Red+Green+Blue) = 192+19+171=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AB is #3FEC54. Grayscale: #575757. Windows color (decimal): -4189269 or 11211712. OLE color: 11211712.
HSL color Cylindrical-coordinate representation of color #C013AB: hue angle of 307.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013AB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.25 |
| HSL | 307.28º | 0.82% | 0.41% | - |
| HSV(B) | 307.28º | 0.9% | 0.75% | - |
| XYZ | 29.32 | 14.61 | 39.8 | - |
| YUV | 88.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 171 | 0 | 0.90 | 0.11 | 0.25 | 307.28 | 0.82 | 0.41 |
| Hex | C0 | 13 | AB | 0 | 5A | B | 19 | 133 | 52 | 29 |
| Octal | 300 | 23 | 253 | 0 | 132 | 13 | 31 | 463 | 122 | 51 |
| Binary | 11000000 | 10011 | 10101011 | 0 | 1011010 | 1011 | 11001 | 100110011 | 1010010 | 101001 |
Color Harmonies of #C013AB
Complementary color
Monochromatic Colors of #C013AB
Black with #C013AB
Text Example
Text Example
White with #C013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013AB; }
p { color: rgb(192,19,171); }
H1.HeaderClassName
{
color: #C013AB;
}
.AnyTagClassName
{
color: #C013AB;
}
</style>
background-color css
<style>
a { background-color: #C013AB; }
a { background-color: rgb(192,19,171); }
div.DivClassName
{
background-color: #C013AB;
}
.BgClassName
{
background-color: #C013AB;
}
</style>
border-color css
<style>
span { border-color: #C013AB; }
span { border-color: rgb(192,19,171); }
td.TdClassName
{
border-color: #C013AB;
}
.TagClassName
{
border-color: #C013AB;
}
</style>