Shades of Deep Magenta #C515C8
Tints of Deep Magenta #C515C8
RGB
CMYK
RGB Variations
Color information
#C515C8 (or 0xC515C8) is known color: Deep Magenta. HEX triplet: C5, 15 and C8. RGB value is (197,21,200). Sum of RGB (Red+Green+Blue) = 197+21+200=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #C515C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515C8 is #3AEA37. Grayscale: #5D5D5D. Windows color (decimal): -3861048 or 13112773. OLE color: 13112773.
HSL color Cylindrical-coordinate representation of color #C515C8: hue angle of 298.99º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C515C8 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 21 | 200 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.22 |
| HSL | 298.99º | 0.81% | 0.43% | - |
| HSV(B) | 298.99º | 0.9% | 0.78% | - |
| XYZ | 33.72 | 16.58 | 56.07 | - |
| YUV | 94.03 | 187.81 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 200 | 0.02 | 0.90 | 0 | 0.22 | 298.99 | 0.81 | 0.43 |
| Hex | C5 | 15 | C8 | 2 | 5A | 0 | 16 | 12B | 51 | 2B |
| Octal | 305 | 25 | 310 | 2 | 132 | 0 | 26 | 453 | 121 | 53 |
| Binary | 11000101 | 10101 | 11001000 | 10 | 1011010 | 0 | 10110 | 100101011 | 1010001 | 101011 |
Color Harmonies of #C515C8
Complementary color
Monochromatic Colors of #C515C8
Black with #C515C8
Text Example
Text Example
White with #C515C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C515C8; }
p { color: rgb(197,21,200); }
H1.HeaderClassName
{
color: #C515C8;
}
.AnyTagClassName
{
color: #C515C8;
}
</style>
background-color css
<style>
a { background-color: #C515C8; }
a { background-color: rgb(197,21,200); }
div.DivClassName
{
background-color: #C515C8;
}
.BgClassName
{
background-color: #C515C8;
}
</style>
border-color css
<style>
span { border-color: #C515C8; }
span { border-color: rgb(197,21,200); }
td.TdClassName
{
border-color: #C515C8;
}
.TagClassName
{
border-color: #C515C8;
}
</style>