Shades of Deep Magenta #C014DA
Tints of Deep Magenta #C014DA
RGB
CMYK
RGB Variations
Color information
#C014DA (or 0xC014DA) is known color: Deep Magenta. HEX triplet: C0, 14 and DA. RGB value is (192,20,218). Sum of RGB (Red+Green+Blue) = 192+20+218=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #C014DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014DA is #3FEB25. Grayscale: #5D5D5D. Windows color (decimal): -4188966 or 14292160. OLE color: 14292160.
HSL color Cylindrical-coordinate representation of color #C014DA: hue angle of 292.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014DA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 20 | 218 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.15 |
| HSL | 292.12º | 0.83% | 0.47% | - |
| HSV(B) | 292.12º | 0.91% | 0.85% | - |
| XYZ | 34.64 | 16.77 | 67.74 | - |
| YUV | 94 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 218 | 0.12 | 0.91 | 0 | 0.15 | 292.12 | 0.83 | 0.47 |
| Hex | C0 | 14 | DA | C | 5B | 0 | F | 124 | 53 | 2F |
| Octal | 300 | 24 | 332 | 14 | 133 | 0 | 17 | 444 | 123 | 57 |
| Binary | 11000000 | 10100 | 11011010 | 1100 | 1011011 | 0 | 1111 | 100100100 | 1010011 | 101111 |
Color Harmonies of #C014DA
Complementary color
Monochromatic Colors of #C014DA
Black with #C014DA
Text Example
Text Example
White with #C014DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014DA; }
p { color: rgb(192,20,218); }
H1.HeaderClassName
{
color: #C014DA;
}
.AnyTagClassName
{
color: #C014DA;
}
</style>
background-color css
<style>
a { background-color: #C014DA; }
a { background-color: rgb(192,20,218); }
div.DivClassName
{
background-color: #C014DA;
}
.BgClassName
{
background-color: #C014DA;
}
</style>
border-color css
<style>
span { border-color: #C014DA; }
span { border-color: rgb(192,20,218); }
td.TdClassName
{
border-color: #C014DA;
}
.TagClassName
{
border-color: #C014DA;
}
</style>