Shades of Deep Magenta #C015AB
Tints of Deep Magenta #C015AB
RGB
CMYK
RGB Variations
Color information
#C015AB (or 0xC015AB) is known color: Deep Magenta. HEX triplet: C0, 15 and AB. RGB value is (192,21,171). Sum of RGB (Red+Green+Blue) = 192+21+171=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C015AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015AB is #3FEA54. Grayscale: #585858. Windows color (decimal): -4188757 or 11212224. OLE color: 11212224.
HSL color Cylindrical-coordinate representation of color #C015AB: hue angle of 307.37º 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 #C015AB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.25 |
| HSL | 307.37º | 0.8% | 0.42% | - |
| HSV(B) | 307.37º | 0.89% | 0.75% | - |
| XYZ | 29.36 | 14.68 | 39.81 | - |
| YUV | 89.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 171 | 0 | 0.89 | 0.11 | 0.25 | 307.37 | 0.8 | 0.42 |
| Hex | C0 | 15 | AB | 0 | 59 | B | 19 | 133 | 50 | 2A |
| Octal | 300 | 25 | 253 | 0 | 131 | 13 | 31 | 463 | 120 | 52 |
| Binary | 11000000 | 10101 | 10101011 | 0 | 1011001 | 1011 | 11001 | 100110011 | 1010000 | 101010 |
Color Harmonies of #C015AB
Complementary color
Monochromatic Colors of #C015AB
Black with #C015AB
Text Example
Text Example
White with #C015AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015AB; }
p { color: rgb(192,21,171); }
H1.HeaderClassName
{
color: #C015AB;
}
.AnyTagClassName
{
color: #C015AB;
}
</style>
background-color css
<style>
a { background-color: #C015AB; }
a { background-color: rgb(192,21,171); }
div.DivClassName
{
background-color: #C015AB;
}
.BgClassName
{
background-color: #C015AB;
}
</style>
border-color css
<style>
span { border-color: #C015AB; }
span { border-color: rgb(192,21,171); }
td.TdClassName
{
border-color: #C015AB;
}
.TagClassName
{
border-color: #C015AB;
}
</style>