Shades of Deep Magenta #C511BB
Tints of Deep Magenta #C511BB
RGB
CMYK
RGB Variations
Color information
#C511BB (or 0xC511BB) is known color: Deep Magenta. HEX triplet: C5, 11 and BB. RGB value is (197,17,187). Sum of RGB (Red+Green+Blue) = 197+17+187=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C511BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511BB is #3AEE44. Grayscale: #595959. Windows color (decimal): -3862085 or 12259781. OLE color: 12259781.
HSL color Cylindrical-coordinate representation of color #C511BB: hue angle of 303.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 #C511BB is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 187 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.23 |
| HSL | 303.33º | 0.84% | 0.42% | - |
| HSV(B) | 303.33º | 0.91% | 0.77% | - |
| XYZ | 32.2 | 15.86 | 48.38 | - |
| YUV | 90.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 187 | 0 | 0.91 | 0.05 | 0.23 | 303.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | BB | 0 | 5B | 5 | 17 | 12F | 54 | 2A |
| Octal | 305 | 21 | 273 | 0 | 133 | 5 | 27 | 457 | 124 | 52 |
| Binary | 11000101 | 10001 | 10111011 | 0 | 1011011 | 101 | 10111 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C511BB
Complementary color
Monochromatic Colors of #C511BB
Black with #C511BB
Text Example
Text Example
White with #C511BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511BB; }
p { color: rgb(197,17,187); }
H1.HeaderClassName
{
color: #C511BB;
}
.AnyTagClassName
{
color: #C511BB;
}
</style>
background-color css
<style>
a { background-color: #C511BB; }
a { background-color: rgb(197,17,187); }
div.DivClassName
{
background-color: #C511BB;
}
.BgClassName
{
background-color: #C511BB;
}
</style>
border-color css
<style>
span { border-color: #C511BB; }
span { border-color: rgb(197,17,187); }
td.TdClassName
{
border-color: #C511BB;
}
.TagClassName
{
border-color: #C511BB;
}
</style>