Shades of Deep Magenta #B921C9
Tints of Deep Magenta #B921C9
RGB
CMYK
RGB Variations
Color information
#B921C9 (or 0xB921C9) is known color: Deep Magenta. HEX triplet: B9, 21 and C9. RGB value is (185,33,201). Sum of RGB (Red+Green+Blue) = 185+33+201=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #B921C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921C9 is #46DE36. Grayscale: #616161. Windows color (decimal): -4644407 or 13181369. OLE color: 13181369.
HSL color Cylindrical-coordinate representation of color #B921C9: hue angle of 294.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B921C9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 33 | 201 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.21 |
| HSL | 294.29º | 0.72% | 0.46% | - |
| HSV(B) | 294.29º | 0.84% | 0.79% | - |
| XYZ | 31.09 | 15.62 | 56.63 | - |
| YUV | 97.6 | 186.36 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 201 | 0.08 | 0.84 | 0 | 0.21 | 294.29 | 0.72 | 0.46 |
| Hex | B9 | 21 | C9 | 8 | 54 | 0 | 15 | 126 | 48 | 2E |
| Octal | 271 | 41 | 311 | 10 | 124 | 0 | 25 | 446 | 110 | 56 |
| Binary | 10111001 | 100001 | 11001001 | 1000 | 1010100 | 0 | 10101 | 100100110 | 1001000 | 101110 |
Color Harmonies of #B921C9
Complementary color
Monochromatic Colors of #B921C9
Black with #B921C9
Text Example
Text Example
White with #B921C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921C9; }
p { color: rgb(185,33,201); }
H1.HeaderClassName
{
color: #B921C9;
}
.AnyTagClassName
{
color: #B921C9;
}
</style>
background-color css
<style>
a { background-color: #B921C9; }
a { background-color: rgb(185,33,201); }
div.DivClassName
{
background-color: #B921C9;
}
.BgClassName
{
background-color: #B921C9;
}
</style>
border-color css
<style>
span { border-color: #B921C9; }
span { border-color: rgb(185,33,201); }
td.TdClassName
{
border-color: #B921C9;
}
.TagClassName
{
border-color: #B921C9;
}
</style>