Shades of Deep Magenta #C014DD
Tints of Deep Magenta #C014DD
RGB
CMYK
RGB Variations
Color information
#C014DD (or 0xC014DD) is known color: Deep Magenta. HEX triplet: C0, 14 and DD. RGB value is (192,20,221). Sum of RGB (Red+Green+Blue) = 192+20+221=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C014DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014DD is #3FEB22. Grayscale: #5D5D5D. Windows color (decimal): -4188963 or 14488768. OLE color: 14488768.
HSL color Cylindrical-coordinate representation of color #C014DD: hue angle of 291.34º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014DD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 20 | 221 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.13 |
| HSL | 291.34º | 0.83% | 0.47% | - |
| HSV(B) | 291.34º | 0.91% | 0.87% | - |
| XYZ | 35.04 | 16.93 | 69.83 | - |
| YUV | 94.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 221 | 0.13 | 0.91 | 0 | 0.13 | 291.34 | 0.83 | 0.47 |
| Hex | C0 | 14 | DD | D | 5B | 0 | D | 123 | 53 | 2F |
| Octal | 300 | 24 | 335 | 15 | 133 | 0 | 15 | 443 | 123 | 57 |
| Binary | 11000000 | 10100 | 11011101 | 1101 | 1011011 | 0 | 1101 | 100100011 | 1010011 | 101111 |
Color Harmonies of #C014DD
Complementary color
Monochromatic Colors of #C014DD
Black with #C014DD
Text Example
Text Example
White with #C014DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014DD; }
p { color: rgb(192,20,221); }
H1.HeaderClassName
{
color: #C014DD;
}
.AnyTagClassName
{
color: #C014DD;
}
</style>
background-color css
<style>
a { background-color: #C014DD; }
a { background-color: rgb(192,20,221); }
div.DivClassName
{
background-color: #C014DD;
}
.BgClassName
{
background-color: #C014DD;
}
</style>
border-color css
<style>
span { border-color: #C014DD; }
span { border-color: rgb(192,20,221); }
td.TdClassName
{
border-color: #C014DD;
}
.TagClassName
{
border-color: #C014DD;
}
</style>