Shades of Deep Magenta #B111C9
Tints of Deep Magenta #B111C9
RGB
CMYK
RGB Variations
Color information
#B111C9 (or 0xB111C9) is known color: Deep Magenta. HEX triplet: B1, 11 and C9. RGB value is (177,17,201). Sum of RGB (Red+Green+Blue) = 177+17+201=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #B111C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C9 is #4EEE36. Grayscale: #555555. Windows color (decimal): -5172791 or 13177265. OLE color: 13177265.
HSL color Cylindrical-coordinate representation of color #B111C9: hue angle of 292.17º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B111C9 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 17 | 201 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.21 |
| HSL | 292.17º | 0.84% | 0.43% | - |
| HSV(B) | 292.17º | 0.92% | 0.79% | - |
| XYZ | 28.87 | 13.97 | 56.43 | - |
| YUV | 85.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 201 | 0.12 | 0.92 | 0 | 0.21 | 292.17 | 0.84 | 0.43 |
| Hex | B1 | 11 | C9 | C | 5C | 0 | 15 | 124 | 54 | 2B |
| Octal | 261 | 21 | 311 | 14 | 134 | 0 | 25 | 444 | 124 | 53 |
| Binary | 10110001 | 10001 | 11001001 | 1100 | 1011100 | 0 | 10101 | 100100100 | 1010100 | 101011 |
Color Harmonies of #B111C9
Complementary color
Monochromatic Colors of #B111C9
Black with #B111C9
Text Example
Text Example
White with #B111C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111C9; }
p { color: rgb(177,17,201); }
H1.HeaderClassName
{
color: #B111C9;
}
.AnyTagClassName
{
color: #B111C9;
}
</style>
background-color css
<style>
a { background-color: #B111C9; }
a { background-color: rgb(177,17,201); }
div.DivClassName
{
background-color: #B111C9;
}
.BgClassName
{
background-color: #B111C9;
}
</style>
border-color css
<style>
span { border-color: #B111C9; }
span { border-color: rgb(177,17,201); }
td.TdClassName
{
border-color: #B111C9;
}
.TagClassName
{
border-color: #B111C9;
}
</style>