Shades of Deep Magenta #C015C1
Tints of Deep Magenta #C015C1
RGB
CMYK
RGB Variations
Color information
#C015C1 (or 0xC015C1) is known color: Deep Magenta. HEX triplet: C0, 15 and C1. RGB value is (192,21,193). Sum of RGB (Red+Green+Blue) = 192+21+193=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #C015C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015C1 is #3FEA3E. Grayscale: #5B5B5B. Windows color (decimal): -4188735 or 12654016. OLE color: 12654016.
HSL color Cylindrical-coordinate representation of color #C015C1: hue angle of 299.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C015C1 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 21 | 193 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.24 |
| HSL | 299.65º | 0.8% | 0.42% | - |
| HSV(B) | 299.65º | 0.89% | 0.76% | - |
| XYZ | 31.63 | 15.59 | 51.79 | - |
| YUV | 91.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 193 | 0.01 | 0.89 | 0 | 0.24 | 299.65 | 0.8 | 0.42 |
| Hex | C0 | 15 | C1 | 1 | 59 | 0 | 18 | 12C | 50 | 2A |
| Octal | 300 | 25 | 301 | 1 | 131 | 0 | 30 | 454 | 120 | 52 |
| Binary | 11000000 | 10101 | 11000001 | 1 | 1011001 | 0 | 11000 | 100101100 | 1010000 | 101010 |
Color Harmonies of #C015C1
Complementary color
Monochromatic Colors of #C015C1
Black with #C015C1
Text Example
Text Example
White with #C015C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015C1; }
p { color: rgb(192,21,193); }
H1.HeaderClassName
{
color: #C015C1;
}
.AnyTagClassName
{
color: #C015C1;
}
</style>
background-color css
<style>
a { background-color: #C015C1; }
a { background-color: rgb(192,21,193); }
div.DivClassName
{
background-color: #C015C1;
}
.BgClassName
{
background-color: #C015C1;
}
</style>
border-color css
<style>
span { border-color: #C015C1; }
span { border-color: rgb(192,21,193); }
td.TdClassName
{
border-color: #C015C1;
}
.TagClassName
{
border-color: #C015C1;
}
</style>