Shades of Deep Magenta #C014AB
Tints of Deep Magenta #C014AB
RGB
CMYK
RGB Variations
Color information
#C014AB (or 0xC014AB) is known color: Deep Magenta. HEX triplet: C0, 14 and AB. RGB value is (192,20,171). Sum of RGB (Red+Green+Blue) = 192+20+171=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C014AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C014AB is #3FEB54. Grayscale: #585858. Windows color (decimal): -4189013 or 11211968. OLE color: 11211968.
HSL color Cylindrical-coordinate representation of color #C014AB: hue angle of 307.33º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014AB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.25 |
| HSL | 307.33º | 0.81% | 0.42% | - |
| HSV(B) | 307.33º | 0.9% | 0.75% | - |
| XYZ | 29.34 | 14.65 | 39.81 | - |
| YUV | 88.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 171 | 0 | 0.90 | 0.11 | 0.25 | 307.33 | 0.81 | 0.42 |
| Hex | C0 | 14 | AB | 0 | 5A | B | 19 | 133 | 51 | 2A |
| Octal | 300 | 24 | 253 | 0 | 132 | 13 | 31 | 463 | 121 | 52 |
| Binary | 11000000 | 10100 | 10101011 | 0 | 1011010 | 1011 | 11001 | 100110011 | 1010001 | 101010 |
Color Harmonies of #C014AB
Complementary color
Monochromatic Colors of #C014AB
Black with #C014AB
Text Example
Text Example
White with #C014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014AB; }
p { color: rgb(192,20,171); }
H1.HeaderClassName
{
color: #C014AB;
}
.AnyTagClassName
{
color: #C014AB;
}
</style>
background-color css
<style>
a { background-color: #C014AB; }
a { background-color: rgb(192,20,171); }
div.DivClassName
{
background-color: #C014AB;
}
.BgClassName
{
background-color: #C014AB;
}
</style>
border-color css
<style>
span { border-color: #C014AB; }
span { border-color: rgb(192,20,171); }
td.TdClassName
{
border-color: #C014AB;
}
.TagClassName
{
border-color: #C014AB;
}
</style>