Shades of Deep Magenta #C516D3
Tints of Deep Magenta #C516D3
RGB
CMYK
RGB Variations
Color information
#C516D3 (or 0xC516D3) is known color: Deep Magenta. HEX triplet: C5, 16 and D3. RGB value is (197,22,211). Sum of RGB (Red+Green+Blue) = 197+22+211=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #C516D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516D3 is #3AE92C. Grayscale: #5F5F5F. Windows color (decimal): -3860781 or 13833925. OLE color: 13833925.
HSL color Cylindrical-coordinate representation of color #C516D3: hue angle of 295.56º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C516D3 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 22 | 211 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.17 |
| HSL | 295.56º | 0.81% | 0.46% | - |
| HSV(B) | 295.56º | 0.9% | 0.83% | - |
| XYZ | 35.07 | 17.15 | 63.09 | - |
| YUV | 95.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 211 | 0.07 | 0.90 | 0 | 0.17 | 295.56 | 0.81 | 0.46 |
| Hex | C5 | 16 | D3 | 7 | 5A | 0 | 11 | 128 | 51 | 2E |
| Octal | 305 | 26 | 323 | 7 | 132 | 0 | 21 | 450 | 121 | 56 |
| Binary | 11000101 | 10110 | 11010011 | 111 | 1011010 | 0 | 10001 | 100101000 | 1010001 | 101110 |
Color Harmonies of #C516D3
Complementary color
Monochromatic Colors of #C516D3
Black with #C516D3
Text Example
Text Example
White with #C516D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516D3; }
p { color: rgb(197,22,211); }
H1.HeaderClassName
{
color: #C516D3;
}
.AnyTagClassName
{
color: #C516D3;
}
</style>
background-color css
<style>
a { background-color: #C516D3; }
a { background-color: rgb(197,22,211); }
div.DivClassName
{
background-color: #C516D3;
}
.BgClassName
{
background-color: #C516D3;
}
</style>
border-color css
<style>
span { border-color: #C516D3; }
span { border-color: rgb(197,22,211); }
td.TdClassName
{
border-color: #C516D3;
}
.TagClassName
{
border-color: #C516D3;
}
</style>