Shades of Deep Magenta #C015DC
Tints of Deep Magenta #C015DC
RGB
CMYK
RGB Variations
Color information
#C015DC (or 0xC015DC) is known color: Deep Magenta. HEX triplet: C0, 15 and DC. RGB value is (192,21,220). Sum of RGB (Red+Green+Blue) = 192+21+220=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C015DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015DC is #3FEA23. Grayscale: #5E5E5E. Windows color (decimal): -4188708 or 14423488. OLE color: 14423488.
HSL color Cylindrical-coordinate representation of color #C015DC: hue angle of 291.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C015DC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 21 | 220 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.14 |
| HSL | 291.56º | 0.83% | 0.47% | - |
| HSV(B) | 291.56º | 0.9% | 0.86% | - |
| XYZ | 34.92 | 16.91 | 69.13 | - |
| YUV | 94.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 220 | 0.13 | 0.90 | 0 | 0.14 | 291.56 | 0.83 | 0.47 |
| Hex | C0 | 15 | DC | D | 5A | 0 | E | 124 | 53 | 2F |
| Octal | 300 | 25 | 334 | 15 | 132 | 0 | 16 | 444 | 123 | 57 |
| Binary | 11000000 | 10101 | 11011100 | 1101 | 1011010 | 0 | 1110 | 100100100 | 1010011 | 101111 |
Color Harmonies of #C015DC
Complementary color
Monochromatic Colors of #C015DC
Black with #C015DC
Text Example
Text Example
White with #C015DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015DC; }
p { color: rgb(192,21,220); }
H1.HeaderClassName
{
color: #C015DC;
}
.AnyTagClassName
{
color: #C015DC;
}
</style>
background-color css
<style>
a { background-color: #C015DC; }
a { background-color: rgb(192,21,220); }
div.DivClassName
{
background-color: #C015DC;
}
.BgClassName
{
background-color: #C015DC;
}
</style>
border-color css
<style>
span { border-color: #C015DC; }
span { border-color: rgb(192,21,220); }
td.TdClassName
{
border-color: #C015DC;
}
.TagClassName
{
border-color: #C015DC;
}
</style>