Shades of Deep Magenta #C511BE
Tints of Deep Magenta #C511BE
RGB
CMYK
RGB Variations
Color information
#C511BE (or 0xC511BE) is known color: Deep Magenta. HEX triplet: C5, 11 and BE. RGB value is (197,17,190). Sum of RGB (Red+Green+Blue) = 197+17+190=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C511BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511BE is #3AEE41. Grayscale: #5A5A5A. Windows color (decimal): -3862082 or 12456389. OLE color: 12456389.
HSL color Cylindrical-coordinate representation of color #C511BE: hue angle of 302.33º 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 #C511BE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 190 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.23 |
| HSL | 302.33º | 0.84% | 0.42% | - |
| HSV(B) | 302.33º | 0.91% | 0.77% | - |
| XYZ | 32.52 | 15.99 | 50.09 | - |
| YUV | 90.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 190 | 0 | 0.91 | 0.04 | 0.23 | 302.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | BE | 0 | 5B | 4 | 17 | 12E | 54 | 2A |
| Octal | 305 | 21 | 276 | 0 | 133 | 4 | 27 | 456 | 124 | 52 |
| Binary | 11000101 | 10001 | 10111110 | 0 | 1011011 | 100 | 10111 | 100101110 | 1010100 | 101010 |
Color Harmonies of #C511BE
Complementary color
Monochromatic Colors of #C511BE
Black with #C511BE
Text Example
Text Example
White with #C511BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511BE; }
p { color: rgb(197,17,190); }
H1.HeaderClassName
{
color: #C511BE;
}
.AnyTagClassName
{
color: #C511BE;
}
</style>
background-color css
<style>
a { background-color: #C511BE; }
a { background-color: rgb(197,17,190); }
div.DivClassName
{
background-color: #C511BE;
}
.BgClassName
{
background-color: #C511BE;
}
</style>
border-color css
<style>
span { border-color: #C511BE; }
span { border-color: rgb(197,17,190); }
td.TdClassName
{
border-color: #C511BE;
}
.TagClassName
{
border-color: #C511BE;
}
</style>