Shades of Deep Magenta #C515CA
Tints of Deep Magenta #C515CA
RGB
CMYK
RGB Variations
Color information
#C515CA (or 0xC515CA) is known color: Deep Magenta. HEX triplet: C5, 15 and CA. RGB value is (197,21,202). Sum of RGB (Red+Green+Blue) = 197+21+202=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #C515CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515CA is #3AEA35. Grayscale: #5D5D5D. Windows color (decimal): -3861046 or 13243845. OLE color: 13243845.
HSL color Cylindrical-coordinate representation of color #C515CA: hue angle of 298.34º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C515CA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 21 | 202 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.21 |
| HSL | 298.34º | 0.81% | 0.44% | - |
| HSV(B) | 298.34º | 0.9% | 0.79% | - |
| XYZ | 33.95 | 16.67 | 57.31 | - |
| YUV | 94.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 202 | 0.02 | 0.90 | 0 | 0.21 | 298.34 | 0.81 | 0.44 |
| Hex | C5 | 15 | CA | 2 | 5A | 0 | 15 | 12A | 51 | 2C |
| Octal | 305 | 25 | 312 | 2 | 132 | 0 | 25 | 452 | 121 | 54 |
| Binary | 11000101 | 10101 | 11001010 | 10 | 1011010 | 0 | 10101 | 100101010 | 1010001 | 101100 |
Color Harmonies of #C515CA
Complementary color
Monochromatic Colors of #C515CA
Black with #C515CA
Text Example
Text Example
White with #C515CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515CA; }
p { color: rgb(197,21,202); }
H1.HeaderClassName
{
color: #C515CA;
}
.AnyTagClassName
{
color: #C515CA;
}
</style>
background-color css
<style>
a { background-color: #C515CA; }
a { background-color: rgb(197,21,202); }
div.DivClassName
{
background-color: #C515CA;
}
.BgClassName
{
background-color: #C515CA;
}
</style>
border-color css
<style>
span { border-color: #C515CA; }
span { border-color: rgb(197,21,202); }
td.TdClassName
{
border-color: #C515CA;
}
.TagClassName
{
border-color: #C515CA;
}
</style>