Shades of Deep Magenta #C015C3
Tints of Deep Magenta #C015C3
RGB
CMYK
RGB Variations
Color information
#C015C3 (or 0xC015C3) is known color: Deep Magenta. HEX triplet: C0, 15 and C3. RGB value is (192,21,195). Sum of RGB (Red+Green+Blue) = 192+21+195=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #C015C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C015C3 is #3FEA3C. Grayscale: #5B5B5B. Windows color (decimal): -4188733 or 12785088. OLE color: 12785088.
HSL color Cylindrical-coordinate representation of color #C015C3: hue angle of 298.97º degrees, saturation: 0.81, 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 #C015C3 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 21 | 195 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.24 |
| HSL | 298.97º | 0.81% | 0.42% | - |
| HSV(B) | 298.97º | 0.89% | 0.76% | - |
| XYZ | 31.86 | 15.68 | 52.98 | - |
| YUV | 91.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 195 | 0.02 | 0.89 | 0 | 0.24 | 298.97 | 0.81 | 0.42 |
| Hex | C0 | 15 | C3 | 2 | 59 | 0 | 18 | 12B | 51 | 2A |
| Octal | 300 | 25 | 303 | 2 | 131 | 0 | 30 | 453 | 121 | 52 |
| Binary | 11000000 | 10101 | 11000011 | 10 | 1011001 | 0 | 11000 | 100101011 | 1010001 | 101010 |
Color Harmonies of #C015C3
Complementary color
Monochromatic Colors of #C015C3
Black with #C015C3
Text Example
Text Example
White with #C015C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015C3; }
p { color: rgb(192,21,195); }
H1.HeaderClassName
{
color: #C015C3;
}
.AnyTagClassName
{
color: #C015C3;
}
</style>
background-color css
<style>
a { background-color: #C015C3; }
a { background-color: rgb(192,21,195); }
div.DivClassName
{
background-color: #C015C3;
}
.BgClassName
{
background-color: #C015C3;
}
</style>
border-color css
<style>
span { border-color: #C015C3; }
span { border-color: rgb(192,21,195); }
td.TdClassName
{
border-color: #C015C3;
}
.TagClassName
{
border-color: #C015C3;
}
</style>