Shades of Deep Magenta #B920C1
Tints of Deep Magenta #B920C1
RGB
CMYK
RGB Variations
Color information
#B920C1 (or 0xB920C1) is known color: Deep Magenta. HEX triplet: B9, 20 and C1. RGB value is (185,32,193). Sum of RGB (Red+Green+Blue) = 185+32+193=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #B920C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920C1 is #46DF3E. Grayscale: #5F5F5F. Windows color (decimal): -4644671 or 12656825. OLE color: 12656825.
HSL color Cylindrical-coordinate representation of color #B920C1: hue angle of 297.02º degrees, saturation: 0.72, 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 #B920C1 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 32 | 193 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.24 |
| HSL | 297.02º | 0.72% | 0.44% | - |
| HSV(B) | 297.02º | 0.83% | 0.76% | - |
| XYZ | 30.15 | 15.2 | 51.8 | - |
| YUV | 96.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 193 | 0.04 | 0.83 | 0 | 0.24 | 297.02 | 0.72 | 0.44 |
| Hex | B9 | 20 | C1 | 4 | 53 | 0 | 18 | 129 | 48 | 2C |
| Octal | 271 | 40 | 301 | 4 | 123 | 0 | 30 | 451 | 110 | 54 |
| Binary | 10111001 | 100000 | 11000001 | 100 | 1010011 | 0 | 11000 | 100101001 | 1001000 | 101100 |
Color Harmonies of #B920C1
Complementary color
Monochromatic Colors of #B920C1
Black with #B920C1
Text Example
Text Example
White with #B920C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B920C1; }
p { color: rgb(185,32,193); }
H1.HeaderClassName
{
color: #B920C1;
}
.AnyTagClassName
{
color: #B920C1;
}
</style>
background-color css
<style>
a { background-color: #B920C1; }
a { background-color: rgb(185,32,193); }
div.DivClassName
{
background-color: #B920C1;
}
.BgClassName
{
background-color: #B920C1;
}
</style>
border-color css
<style>
span { border-color: #B920C1; }
span { border-color: rgb(185,32,193); }
td.TdClassName
{
border-color: #B920C1;
}
.TagClassName
{
border-color: #B920C1;
}
</style>