Shades of Deep Magenta #B912C1
Tints of Deep Magenta #B912C1
RGB
CMYK
RGB Variations
Color information
#B912C1 (or 0xB912C1) is known color: Deep Magenta. HEX triplet: B9, 12 and C1. RGB value is (185,18,193). Sum of RGB (Red+Green+Blue) = 185+18+193=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #B912C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912C1 is #46ED3E. Grayscale: #575757. Windows color (decimal): -4648255 or 12653241. OLE color: 12653241.
HSL color Cylindrical-coordinate representation of color #B912C1: hue angle of 297.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B912C1 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 18 | 193 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.24 |
| HSL | 297.26º | 0.83% | 0.41% | - |
| HSV(B) | 297.26º | 0.91% | 0.76% | - |
| XYZ | 29.85 | 14.6 | 51.7 | - |
| YUV | 87.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 193 | 0.04 | 0.91 | 0 | 0.24 | 297.26 | 0.83 | 0.41 |
| Hex | B9 | 12 | C1 | 4 | 5B | 0 | 18 | 129 | 53 | 29 |
| Octal | 271 | 22 | 301 | 4 | 133 | 0 | 30 | 451 | 123 | 51 |
| Binary | 10111001 | 10010 | 11000001 | 100 | 1011011 | 0 | 11000 | 100101001 | 1010011 | 101001 |
Color Harmonies of #B912C1
Complementary color
Monochromatic Colors of #B912C1
Black with #B912C1
Text Example
Text Example
White with #B912C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912C1; }
p { color: rgb(185,18,193); }
H1.HeaderClassName
{
color: #B912C1;
}
.AnyTagClassName
{
color: #B912C1;
}
</style>
background-color css
<style>
a { background-color: #B912C1; }
a { background-color: rgb(185,18,193); }
div.DivClassName
{
background-color: #B912C1;
}
.BgClassName
{
background-color: #B912C1;
}
</style>
border-color css
<style>
span { border-color: #B912C1; }
span { border-color: rgb(185,18,193); }
td.TdClassName
{
border-color: #B912C1;
}
.TagClassName
{
border-color: #B912C1;
}
</style>