Shades of Deep Magenta #C015B7
Tints of Deep Magenta #C015B7
RGB
CMYK
RGB Variations
Color information
#C015B7 (or 0xC015B7) is known color: Deep Magenta. HEX triplet: C0, 15 and B7. RGB value is (192,21,183). Sum of RGB (Red+Green+Blue) = 192+21+183=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C015B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015B7 is #3FEA48. Grayscale: #5A5A5A. Windows color (decimal): -4188745 or 11998656. OLE color: 11998656.
HSL color Cylindrical-coordinate representation of color #C015B7: hue angle of 303.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C015B7 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 183 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.25 |
| HSL | 303.16º | 0.8% | 0.42% | - |
| HSV(B) | 303.16º | 0.89% | 0.75% | - |
| XYZ | 30.55 | 15.16 | 46.12 | - |
| YUV | 90.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 183 | 0 | 0.89 | 0.05 | 0.25 | 303.16 | 0.8 | 0.42 |
| Hex | C0 | 15 | B7 | 0 | 59 | 5 | 19 | 12F | 50 | 2A |
| Octal | 300 | 25 | 267 | 0 | 131 | 5 | 31 | 457 | 120 | 52 |
| Binary | 11000000 | 10101 | 10110111 | 0 | 1011001 | 101 | 11001 | 100101111 | 1010000 | 101010 |
Color Harmonies of #C015B7
Complementary color
Monochromatic Colors of #C015B7
Black with #C015B7
Text Example
Text Example
White with #C015B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015B7; }
p { color: rgb(192,21,183); }
H1.HeaderClassName
{
color: #C015B7;
}
.AnyTagClassName
{
color: #C015B7;
}
</style>
background-color css
<style>
a { background-color: #C015B7; }
a { background-color: rgb(192,21,183); }
div.DivClassName
{
background-color: #C015B7;
}
.BgClassName
{
background-color: #C015B7;
}
</style>
border-color css
<style>
span { border-color: #C015B7; }
span { border-color: rgb(192,21,183); }
td.TdClassName
{
border-color: #C015B7;
}
.TagClassName
{
border-color: #C015B7;
}
</style>