Shades of Deep Magenta #C015B5
Tints of Deep Magenta #C015B5
RGB
CMYK
RGB Variations
Color information
#C015B5 (or 0xC015B5) is known color: Deep Magenta. HEX triplet: C0, 15 and B5. RGB value is (192,21,181). Sum of RGB (Red+Green+Blue) = 192+21+181=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C015B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015B5 is #3FEA4A. Grayscale: #595959. Windows color (decimal): -4188747 or 11867584. OLE color: 11867584.
HSL color Cylindrical-coordinate representation of color #C015B5: hue angle of 303.86º 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 #C015B5 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 181 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.25 |
| HSL | 303.86º | 0.8% | 0.42% | - |
| HSV(B) | 303.86º | 0.89% | 0.75% | - |
| XYZ | 30.35 | 15.08 | 45.03 | - |
| YUV | 90.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 181 | 0 | 0.89 | 0.06 | 0.25 | 303.86 | 0.8 | 0.42 |
| Hex | C0 | 15 | B5 | 0 | 59 | 6 | 19 | 130 | 50 | 2A |
| Octal | 300 | 25 | 265 | 0 | 131 | 6 | 31 | 460 | 120 | 52 |
| Binary | 11000000 | 10101 | 10110101 | 0 | 1011001 | 110 | 11001 | 100110000 | 1010000 | 101010 |
Color Harmonies of #C015B5
Complementary color
Monochromatic Colors of #C015B5
Black with #C015B5
Text Example
Text Example
White with #C015B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015B5; }
p { color: rgb(192,21,181); }
H1.HeaderClassName
{
color: #C015B5;
}
.AnyTagClassName
{
color: #C015B5;
}
</style>
background-color css
<style>
a { background-color: #C015B5; }
a { background-color: rgb(192,21,181); }
div.DivClassName
{
background-color: #C015B5;
}
.BgClassName
{
background-color: #C015B5;
}
</style>
border-color css
<style>
span { border-color: #C015B5; }
span { border-color: rgb(192,21,181); }
td.TdClassName
{
border-color: #C015B5;
}
.TagClassName
{
border-color: #C015B5;
}
</style>