Shades of Deep Magenta #C516CC
Tints of Deep Magenta #C516CC
RGB
CMYK
RGB Variations
Color information
#C516CC (or 0xC516CC) is known color: Deep Magenta. HEX triplet: C5, 16 and CC. RGB value is (197,22,204). Sum of RGB (Red+Green+Blue) = 197+22+204=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C516CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516CC is #3AE933. Grayscale: #5E5E5E. Windows color (decimal): -3860788 or 13375173. OLE color: 13375173.
HSL color Cylindrical-coordinate representation of color #C516CC: hue angle of 297.69º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516CC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 22 | 204 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.2 |
| HSL | 297.69º | 0.81% | 0.44% | - |
| HSV(B) | 297.69º | 0.89% | 0.8% | - |
| XYZ | 34.21 | 16.8 | 58.57 | - |
| YUV | 95.07 | 189.48 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 204 | 0.03 | 0.89 | 0 | 0.2 | 297.69 | 0.81 | 0.44 |
| Hex | C5 | 16 | CC | 3 | 59 | 0 | 14 | 12A | 51 | 2C |
| Octal | 305 | 26 | 314 | 3 | 131 | 0 | 24 | 452 | 121 | 54 |
| Binary | 11000101 | 10110 | 11001100 | 11 | 1011001 | 0 | 10100 | 100101010 | 1010001 | 101100 |
Color Harmonies of #C516CC
Complementary color
Monochromatic Colors of #C516CC
Black with #C516CC
Text Example
Text Example
White with #C516CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516CC; }
p { color: rgb(197,22,204); }
H1.HeaderClassName
{
color: #C516CC;
}
.AnyTagClassName
{
color: #C516CC;
}
</style>
background-color css
<style>
a { background-color: #C516CC; }
a { background-color: rgb(197,22,204); }
div.DivClassName
{
background-color: #C516CC;
}
.BgClassName
{
background-color: #C516CC;
}
</style>
border-color css
<style>
span { border-color: #C516CC; }
span { border-color: rgb(197,22,204); }
td.TdClassName
{
border-color: #C516CC;
}
.TagClassName
{
border-color: #C516CC;
}
</style>