Shades of Deep Magenta #C015D7
Tints of Deep Magenta #C015D7
RGB
CMYK
RGB Variations
Color information
#C015D7 (or 0xC015D7) is known color: Deep Magenta. HEX triplet: C0, 15 and D7. RGB value is (192,21,215). Sum of RGB (Red+Green+Blue) = 192+21+215=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #C015D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015D7 is #3FEA28. Grayscale: #5D5D5D. Windows color (decimal): -4188713 or 14095808. OLE color: 14095808.
HSL color Cylindrical-coordinate representation of color #C015D7: hue angle of 292.89º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C015D7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 21 | 215 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.16 |
| HSL | 292.89º | 0.82% | 0.46% | - |
| HSV(B) | 292.89º | 0.9% | 0.84% | - |
| XYZ | 34.27 | 16.65 | 65.7 | - |
| YUV | 94.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 215 | 0.11 | 0.90 | 0 | 0.16 | 292.89 | 0.82 | 0.46 |
| Hex | C0 | 15 | D7 | B | 5A | 0 | 10 | 125 | 52 | 2E |
| Octal | 300 | 25 | 327 | 13 | 132 | 0 | 20 | 445 | 122 | 56 |
| Binary | 11000000 | 10101 | 11010111 | 1011 | 1011010 | 0 | 10000 | 100100101 | 1010010 | 101110 |
Color Harmonies of #C015D7
Complementary color
Monochromatic Colors of #C015D7
Black with #C015D7
Text Example
Text Example
White with #C015D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015D7; }
p { color: rgb(192,21,215); }
H1.HeaderClassName
{
color: #C015D7;
}
.AnyTagClassName
{
color: #C015D7;
}
</style>
background-color css
<style>
a { background-color: #C015D7; }
a { background-color: rgb(192,21,215); }
div.DivClassName
{
background-color: #C015D7;
}
.BgClassName
{
background-color: #C015D7;
}
</style>
border-color css
<style>
span { border-color: #C015D7; }
span { border-color: rgb(192,21,215); }
td.TdClassName
{
border-color: #C015D7;
}
.TagClassName
{
border-color: #C015D7;
}
</style>