Shades of Deep Magenta #C516BE
Tints of Deep Magenta #C516BE
RGB
CMYK
RGB Variations
Color information
#C516BE (or 0xC516BE) is known color: Deep Magenta. HEX triplet: C5, 16 and BE. RGB value is (197,22,190). Sum of RGB (Red+Green+Blue) = 197+22+190=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C516BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516BE is #3AE941. Grayscale: #5C5C5C. Windows color (decimal): -3860802 or 12457669. OLE color: 12457669.
HSL color Cylindrical-coordinate representation of color #C516BE: hue angle of 302.4º 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 #C516BE is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 190 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.23 |
| HSL | 302.4º | 0.8% | 0.43% | - |
| HSV(B) | 302.4º | 0.89% | 0.77% | - |
| XYZ | 32.61 | 16.16 | 50.12 | - |
| YUV | 93.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 190 | 0 | 0.89 | 0.04 | 0.23 | 302.4 | 0.8 | 0.43 |
| Hex | C5 | 16 | BE | 0 | 59 | 4 | 17 | 12E | 50 | 2B |
| Octal | 305 | 26 | 276 | 0 | 131 | 4 | 27 | 456 | 120 | 53 |
| Binary | 11000101 | 10110 | 10111110 | 0 | 1011001 | 100 | 10111 | 100101110 | 1010000 | 101011 |
Color Harmonies of #C516BE
Complementary color
Monochromatic Colors of #C516BE
Black with #C516BE
Text Example
Text Example
White with #C516BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C516BE; }
p { color: rgb(197,22,190); }
H1.HeaderClassName
{
color: #C516BE;
}
.AnyTagClassName
{
color: #C516BE;
}
</style>
background-color css
<style>
a { background-color: #C516BE; }
a { background-color: rgb(197,22,190); }
div.DivClassName
{
background-color: #C516BE;
}
.BgClassName
{
background-color: #C516BE;
}
</style>
border-color css
<style>
span { border-color: #C516BE; }
span { border-color: rgb(197,22,190); }
td.TdClassName
{
border-color: #C516BE;
}
.TagClassName
{
border-color: #C516BE;
}
</style>