Shades of Deep Magenta #C015AD
Tints of Deep Magenta #C015AD
RGB
CMYK
RGB Variations
Color information
#C015AD (or 0xC015AD) is known color: Deep Magenta. HEX triplet: C0, 15 and AD. RGB value is (192,21,173). Sum of RGB (Red+Green+Blue) = 192+21+173=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C015AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015AD is #3FEA52. Grayscale: #595959. Windows color (decimal): -4188755 or 11343296. OLE color: 11343296.
HSL color Cylindrical-coordinate representation of color #C015AD: hue angle of 306.67º 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 #C015AD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 173 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.25 |
| HSL | 306.67º | 0.8% | 0.42% | - |
| HSV(B) | 306.67º | 0.89% | 0.75% | - |
| XYZ | 29.55 | 14.76 | 40.83 | - |
| YUV | 89.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 173 | 0 | 0.89 | 0.10 | 0.25 | 306.67 | 0.8 | 0.42 |
| Hex | C0 | 15 | AD | 0 | 59 | A | 19 | 133 | 50 | 2A |
| Octal | 300 | 25 | 255 | 0 | 131 | 12 | 31 | 463 | 120 | 52 |
| Binary | 11000000 | 10101 | 10101101 | 0 | 1011001 | 1010 | 11001 | 100110011 | 1010000 | 101010 |
Color Harmonies of #C015AD
Complementary color
Monochromatic Colors of #C015AD
Black with #C015AD
Text Example
Text Example
White with #C015AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015AD; }
p { color: rgb(192,21,173); }
H1.HeaderClassName
{
color: #C015AD;
}
.AnyTagClassName
{
color: #C015AD;
}
</style>
background-color css
<style>
a { background-color: #C015AD; }
a { background-color: rgb(192,21,173); }
div.DivClassName
{
background-color: #C015AD;
}
.BgClassName
{
background-color: #C015AD;
}
</style>
border-color css
<style>
span { border-color: #C015AD; }
span { border-color: rgb(192,21,173); }
td.TdClassName
{
border-color: #C015AD;
}
.TagClassName
{
border-color: #C015AD;
}
</style>