Shades of Deep Magenta #C015BC
Tints of Deep Magenta #C015BC
RGB
CMYK
RGB Variations
Color information
#C015BC (or 0xC015BC) is known color: Deep Magenta. HEX triplet: C0, 15 and BC. RGB value is (192,21,188). Sum of RGB (Red+Green+Blue) = 192+21+188=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C015BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015BC is #3FEA43. Grayscale: #5A5A5A. Windows color (decimal): -4188740 or 12326336. OLE color: 12326336.
HSL color Cylindrical-coordinate representation of color #C015BC: hue angle of 301.4º 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 #C015BC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 188 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.25 |
| HSL | 301.4º | 0.8% | 0.42% | - |
| HSV(B) | 301.4º | 0.89% | 0.75% | - |
| XYZ | 31.08 | 15.37 | 48.91 | - |
| YUV | 91.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 188 | 0 | 0.89 | 0.02 | 0.25 | 301.4 | 0.8 | 0.42 |
| Hex | C0 | 15 | BC | 0 | 59 | 2 | 19 | 12D | 50 | 2A |
| Octal | 300 | 25 | 274 | 0 | 131 | 2 | 31 | 455 | 120 | 52 |
| Binary | 11000000 | 10101 | 10111100 | 0 | 1011001 | 10 | 11001 | 100101101 | 1010000 | 101010 |
Color Harmonies of #C015BC
Complementary color
Monochromatic Colors of #C015BC
Black with #C015BC
Text Example
Text Example
White with #C015BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015BC; }
p { color: rgb(192,21,188); }
H1.HeaderClassName
{
color: #C015BC;
}
.AnyTagClassName
{
color: #C015BC;
}
</style>
background-color css
<style>
a { background-color: #C015BC; }
a { background-color: rgb(192,21,188); }
div.DivClassName
{
background-color: #C015BC;
}
.BgClassName
{
background-color: #C015BC;
}
</style>
border-color css
<style>
span { border-color: #C015BC; }
span { border-color: rgb(192,21,188); }
td.TdClassName
{
border-color: #C015BC;
}
.TagClassName
{
border-color: #C015BC;
}
</style>