Shades of Deep Magenta #C014CA
Tints of Deep Magenta #C014CA
RGB
CMYK
RGB Variations
Color information
#C014CA (or 0xC014CA) is known color: Deep Magenta. HEX triplet: C0, 14 and CA. RGB value is (192,20,202). Sum of RGB (Red+Green+Blue) = 192+20+202=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #C014CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014CA is #3FEB35. Grayscale: #5B5B5B. Windows color (decimal): -4188982 or 13243584. OLE color: 13243584.
HSL color Cylindrical-coordinate representation of color #C014CA: hue angle of 296.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014CA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 20 | 202 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.21 |
| HSL | 296.7º | 0.82% | 0.44% | - |
| HSV(B) | 296.7º | 0.9% | 0.79% | - |
| XYZ | 32.65 | 15.97 | 57.24 | - |
| YUV | 92.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 202 | 0.05 | 0.90 | 0 | 0.21 | 296.7 | 0.82 | 0.44 |
| Hex | C0 | 14 | CA | 5 | 5A | 0 | 15 | 129 | 52 | 2C |
| Octal | 300 | 24 | 312 | 5 | 132 | 0 | 25 | 451 | 122 | 54 |
| Binary | 11000000 | 10100 | 11001010 | 101 | 1011010 | 0 | 10101 | 100101001 | 1010010 | 101100 |
Color Harmonies of #C014CA
Complementary color
Monochromatic Colors of #C014CA
Black with #C014CA
Text Example
Text Example
White with #C014CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014CA; }
p { color: rgb(192,20,202); }
H1.HeaderClassName
{
color: #C014CA;
}
.AnyTagClassName
{
color: #C014CA;
}
</style>
background-color css
<style>
a { background-color: #C014CA; }
a { background-color: rgb(192,20,202); }
div.DivClassName
{
background-color: #C014CA;
}
.BgClassName
{
background-color: #C014CA;
}
</style>
border-color css
<style>
span { border-color: #C014CA; }
span { border-color: rgb(192,20,202); }
td.TdClassName
{
border-color: #C014CA;
}
.TagClassName
{
border-color: #C014CA;
}
</style>