Shades of Deep Magenta #B921C1
Tints of Deep Magenta #B921C1
RGB
CMYK
RGB Variations
Color information
#B921C1 (or 0xB921C1) is known color: Deep Magenta. HEX triplet: B9, 21 and C1. RGB value is (185,33,193). Sum of RGB (Red+Green+Blue) = 185+33+193=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #B921C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921C1 is #46DE3E. Grayscale: #606060. Windows color (decimal): -4644415 or 12657081. OLE color: 12657081.
HSL color Cylindrical-coordinate representation of color #B921C1: hue angle of 297º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B921C1 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 33 | 193 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.24 |
| HSL | 297º | 0.71% | 0.44% | - |
| HSV(B) | 297º | 0.83% | 0.76% | - |
| XYZ | 30.18 | 15.25 | 51.81 | - |
| YUV | 96.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 193 | 0.04 | 0.83 | 0 | 0.24 | 297 | 0.71 | 0.44 |
| Hex | B9 | 21 | C1 | 4 | 53 | 0 | 18 | 129 | 47 | 2C |
| Octal | 271 | 41 | 301 | 4 | 123 | 0 | 30 | 451 | 107 | 54 |
| Binary | 10111001 | 100001 | 11000001 | 100 | 1010011 | 0 | 11000 | 100101001 | 1000111 | 101100 |
Color Harmonies of #B921C1
Complementary color
Monochromatic Colors of #B921C1
Black with #B921C1
Text Example
Text Example
White with #B921C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921C1; }
p { color: rgb(185,33,193); }
H1.HeaderClassName
{
color: #B921C1;
}
.AnyTagClassName
{
color: #B921C1;
}
</style>
background-color css
<style>
a { background-color: #B921C1; }
a { background-color: rgb(185,33,193); }
div.DivClassName
{
background-color: #B921C1;
}
.BgClassName
{
background-color: #B921C1;
}
</style>
border-color css
<style>
span { border-color: #B921C1; }
span { border-color: rgb(185,33,193); }
td.TdClassName
{
border-color: #B921C1;
}
.TagClassName
{
border-color: #B921C1;
}
</style>