Shades of Deep Magenta #C014D7
Tints of Deep Magenta #C014D7
RGB
CMYK
RGB Variations
Color information
#C014D7 (or 0xC014D7) is known color: Deep Magenta. HEX triplet: C0, 14 and D7. RGB value is (192,20,215). Sum of RGB (Red+Green+Blue) = 192+20+215=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #C014D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014D7 is #3FEB28. Grayscale: #5D5D5D. Windows color (decimal): -4188969 or 14095552. OLE color: 14095552.
HSL color Cylindrical-coordinate representation of color #C014D7: hue angle of 292.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014D7 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 20 | 215 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.16 |
| HSL | 292.92º | 0.83% | 0.46% | - |
| HSV(B) | 292.92º | 0.91% | 0.84% | - |
| XYZ | 34.25 | 16.61 | 65.69 | - |
| YUV | 93.66 | 196.48 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 215 | 0.11 | 0.91 | 0 | 0.16 | 292.92 | 0.83 | 0.46 |
| Hex | C0 | 14 | D7 | B | 5B | 0 | 10 | 125 | 53 | 2E |
| Octal | 300 | 24 | 327 | 13 | 133 | 0 | 20 | 445 | 123 | 56 |
| Binary | 11000000 | 10100 | 11010111 | 1011 | 1011011 | 0 | 10000 | 100100101 | 1010011 | 101110 |
Color Harmonies of #C014D7
Complementary color
Monochromatic Colors of #C014D7
Black with #C014D7
Text Example
Text Example
White with #C014D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014D7; }
p { color: rgb(192,20,215); }
H1.HeaderClassName
{
color: #C014D7;
}
.AnyTagClassName
{
color: #C014D7;
}
</style>
background-color css
<style>
a { background-color: #C014D7; }
a { background-color: rgb(192,20,215); }
div.DivClassName
{
background-color: #C014D7;
}
.BgClassName
{
background-color: #C014D7;
}
</style>
border-color css
<style>
span { border-color: #C014D7; }
span { border-color: rgb(192,20,215); }
td.TdClassName
{
border-color: #C014D7;
}
.TagClassName
{
border-color: #C014D7;
}
</style>