Shades of Deep Magenta #C516C1
Tints of Deep Magenta #C516C1
RGB
CMYK
RGB Variations
Color information
#C516C1 (or 0xC516C1) is known color: Deep Magenta. HEX triplet: C5, 16 and C1. RGB value is (197,22,193). Sum of RGB (Red+Green+Blue) = 197+22+193=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C516C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516C1 is #3AE93E. Grayscale: #5D5D5D. Windows color (decimal): -3860799 or 12654277. OLE color: 12654277.
HSL color Cylindrical-coordinate representation of color #C516C1: hue angle of 301.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516C1 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 193 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.23 |
| HSL | 301.37º | 0.8% | 0.43% | - |
| HSV(B) | 301.37º | 0.89% | 0.77% | - |
| XYZ | 32.94 | 16.29 | 51.86 | - |
| YUV | 93.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 193 | 0 | 0.89 | 0.02 | 0.23 | 301.37 | 0.8 | 0.43 |
| Hex | C5 | 16 | C1 | 0 | 59 | 2 | 17 | 12D | 50 | 2B |
| Octal | 305 | 26 | 301 | 0 | 131 | 2 | 27 | 455 | 120 | 53 |
| Binary | 11000101 | 10110 | 11000001 | 0 | 1011001 | 10 | 10111 | 100101101 | 1010000 | 101011 |
Color Harmonies of #C516C1
Complementary color
Monochromatic Colors of #C516C1
Black with #C516C1
Text Example
Text Example
White with #C516C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516C1; }
p { color: rgb(197,22,193); }
H1.HeaderClassName
{
color: #C516C1;
}
.AnyTagClassName
{
color: #C516C1;
}
</style>
background-color css
<style>
a { background-color: #C516C1; }
a { background-color: rgb(197,22,193); }
div.DivClassName
{
background-color: #C516C1;
}
.BgClassName
{
background-color: #C516C1;
}
</style>
border-color css
<style>
span { border-color: #C516C1; }
span { border-color: rgb(197,22,193); }
td.TdClassName
{
border-color: #C516C1;
}
.TagClassName
{
border-color: #C516C1;
}
</style>