Shades of Deep Magenta #C511C0
Tints of Deep Magenta #C511C0
RGB
CMYK
RGB Variations
Color information
#C511C0 (or 0xC511C0) is known color: Deep Magenta. HEX triplet: C5, 11 and C0. RGB value is (197,17,192). Sum of RGB (Red+Green+Blue) = 197+17+192=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C511C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511C0 is #3AEE3F. Grayscale: #5A5A5A. Windows color (decimal): -3862080 or 12587461. OLE color: 12587461.
HSL color Cylindrical-coordinate representation of color #C511C0: hue angle of 301.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C511C0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 192 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.23 |
| HSL | 301.67º | 0.84% | 0.42% | - |
| HSV(B) | 301.67º | 0.91% | 0.77% | - |
| XYZ | 32.74 | 16.08 | 51.25 | - |
| YUV | 90.77 | 185.13 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 192 | 0 | 0.91 | 0.03 | 0.23 | 301.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | C0 | 0 | 5B | 3 | 17 | 12E | 54 | 2A |
| Octal | 305 | 21 | 300 | 0 | 133 | 3 | 27 | 456 | 124 | 52 |
| Binary | 11000101 | 10001 | 11000000 | 0 | 1011011 | 11 | 10111 | 100101110 | 1010100 | 101010 |
Color Harmonies of #C511C0
Complementary color
Monochromatic Colors of #C511C0
Black with #C511C0
Text Example
Text Example
White with #C511C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511C0; }
p { color: rgb(197,17,192); }
H1.HeaderClassName
{
color: #C511C0;
}
.AnyTagClassName
{
color: #C511C0;
}
</style>
background-color css
<style>
a { background-color: #C511C0; }
a { background-color: rgb(197,17,192); }
div.DivClassName
{
background-color: #C511C0;
}
.BgClassName
{
background-color: #C511C0;
}
</style>
border-color css
<style>
span { border-color: #C511C0; }
span { border-color: rgb(197,17,192); }
td.TdClassName
{
border-color: #C511C0;
}
.TagClassName
{
border-color: #C511C0;
}
</style>