Shades of Deep Magenta #C015D5
Tints of Deep Magenta #C015D5
RGB
CMYK
RGB Variations
Color information
#C015D5 (or 0xC015D5) is known color: Deep Magenta. HEX triplet: C0, 15 and D5. RGB value is (192,21,213). Sum of RGB (Red+Green+Blue) = 192+21+213=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #C015D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015D5 is #3FEA2A. Grayscale: #5D5D5D. Windows color (decimal): -4188715 or 13964736. OLE color: 13964736.
HSL color Cylindrical-coordinate representation of color #C015D5: hue angle of 293.44º 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 #C015D5 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 21 | 213 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.16 |
| HSL | 293.44º | 0.82% | 0.46% | - |
| HSV(B) | 293.44º | 0.9% | 0.84% | - |
| XYZ | 34.02 | 16.55 | 64.35 | - |
| YUV | 94.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 213 | 0.10 | 0.90 | 0 | 0.16 | 293.44 | 0.82 | 0.46 |
| Hex | C0 | 15 | D5 | A | 5A | 0 | 10 | 125 | 52 | 2E |
| Octal | 300 | 25 | 325 | 12 | 132 | 0 | 20 | 445 | 122 | 56 |
| Binary | 11000000 | 10101 | 11010101 | 1010 | 1011010 | 0 | 10000 | 100100101 | 1010010 | 101110 |
Color Harmonies of #C015D5
Complementary color
Monochromatic Colors of #C015D5
Black with #C015D5
Text Example
Text Example
White with #C015D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015D5; }
p { color: rgb(192,21,213); }
H1.HeaderClassName
{
color: #C015D5;
}
.AnyTagClassName
{
color: #C015D5;
}
</style>
background-color css
<style>
a { background-color: #C015D5; }
a { background-color: rgb(192,21,213); }
div.DivClassName
{
background-color: #C015D5;
}
.BgClassName
{
background-color: #C015D5;
}
</style>
border-color css
<style>
span { border-color: #C015D5; }
span { border-color: rgb(192,21,213); }
td.TdClassName
{
border-color: #C015D5;
}
.TagClassName
{
border-color: #C015D5;
}
</style>