Shades of Deep Magenta #C014AA
Tints of Deep Magenta #C014AA
RGB
CMYK
RGB Variations
Color information
#C014AA (or 0xC014AA) is known color: Deep Magenta. HEX triplet: C0, 14 and AA. RGB value is (192,20,170). Sum of RGB (Red+Green+Blue) = 192+20+170=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C014AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C014AA is #3FEB55. Grayscale: #585858. Windows color (decimal): -4189014 or 11146432. OLE color: 11146432.
HSL color Cylindrical-coordinate representation of color #C014AA: hue angle of 307.67º 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 #C014AA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 170 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.25 |
| HSL | 307.67º | 0.81% | 0.42% | - |
| HSV(B) | 307.67º | 0.9% | 0.75% | - |
| XYZ | 29.24 | 14.61 | 39.31 | - |
| YUV | 88.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 170 | 0 | 0.90 | 0.11 | 0.25 | 307.67 | 0.81 | 0.42 |
| Hex | C0 | 14 | AA | 0 | 5A | B | 19 | 134 | 51 | 2A |
| Octal | 300 | 24 | 252 | 0 | 132 | 13 | 31 | 464 | 121 | 52 |
| Binary | 11000000 | 10100 | 10101010 | 0 | 1011010 | 1011 | 11001 | 100110100 | 1010001 | 101010 |
Color Harmonies of #C014AA
Complementary color
Monochromatic Colors of #C014AA
Black with #C014AA
Text Example
Text Example
White with #C014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014AA; }
p { color: rgb(192,20,170); }
H1.HeaderClassName
{
color: #C014AA;
}
.AnyTagClassName
{
color: #C014AA;
}
</style>
background-color css
<style>
a { background-color: #C014AA; }
a { background-color: rgb(192,20,170); }
div.DivClassName
{
background-color: #C014AA;
}
.BgClassName
{
background-color: #C014AA;
}
</style>
border-color css
<style>
span { border-color: #C014AA; }
span { border-color: rgb(192,20,170); }
td.TdClassName
{
border-color: #C014AA;
}
.TagClassName
{
border-color: #C014AA;
}
</style>