Shades of Deep Magenta #C014AC
Tints of Deep Magenta #C014AC
RGB
CMYK
RGB Variations
Color information
#C014AC (or 0xC014AC) is known color: Deep Magenta. HEX triplet: C0, 14 and AC. RGB value is (192,20,172). Sum of RGB (Red+Green+Blue) = 192+20+172=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C014AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C014AC is #3FEB53. Grayscale: #585858. Windows color (decimal): -4189012 or 11277504. OLE color: 11277504.
HSL color Cylindrical-coordinate representation of color #C014AC: hue angle of 306.98º 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 #C014AC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 172 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.25 |
| HSL | 306.98º | 0.81% | 0.42% | - |
| HSV(B) | 306.98º | 0.9% | 0.75% | - |
| XYZ | 29.43 | 14.69 | 40.31 | - |
| YUV | 88.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 172 | 0 | 0.90 | 0.10 | 0.25 | 306.98 | 0.81 | 0.42 |
| Hex | C0 | 14 | AC | 0 | 5A | A | 19 | 133 | 51 | 2A |
| Octal | 300 | 24 | 254 | 0 | 132 | 12 | 31 | 463 | 121 | 52 |
| Binary | 11000000 | 10100 | 10101100 | 0 | 1011010 | 1010 | 11001 | 100110011 | 1010001 | 101010 |
Color Harmonies of #C014AC
Complementary color
Monochromatic Colors of #C014AC
Black with #C014AC
Text Example
Text Example
White with #C014AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014AC; }
p { color: rgb(192,20,172); }
H1.HeaderClassName
{
color: #C014AC;
}
.AnyTagClassName
{
color: #C014AC;
}
</style>
background-color css
<style>
a { background-color: #C014AC; }
a { background-color: rgb(192,20,172); }
div.DivClassName
{
background-color: #C014AC;
}
.BgClassName
{
background-color: #C014AC;
}
</style>
border-color css
<style>
span { border-color: #C014AC; }
span { border-color: rgb(192,20,172); }
td.TdClassName
{
border-color: #C014AC;
}
.TagClassName
{
border-color: #C014AC;
}
</style>