Shades of Deep Magenta #BE12C1
Tints of Deep Magenta #BE12C1
RGB
CMYK
RGB Variations
Color information
#BE12C1 (or 0xBE12C1) is known color: Deep Magenta. HEX triplet: BE, 12 and C1. RGB value is (190,18,193). Sum of RGB (Red+Green+Blue) = 190+18+193=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE12C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12C1 is #41ED3E. Grayscale: #585858. Windows color (decimal): -4320575 or 12653246. OLE color: 12653246.
HSL color Cylindrical-coordinate representation of color #BE12C1: hue angle of 298.97º 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 #BE12C1 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 18 | 193 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.24 |
| HSL | 298.97º | 0.83% | 0.41% | - |
| HSV(B) | 298.97º | 0.91% | 0.76% | - |
| XYZ | 31.08 | 15.23 | 51.75 | - |
| YUV | 89.38 | 186.48 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 193 | 0.02 | 0.91 | 0 | 0.24 | 298.97 | 0.83 | 0.41 |
| Hex | BE | 12 | C1 | 2 | 5B | 0 | 18 | 12B | 53 | 29 |
| Octal | 276 | 22 | 301 | 2 | 133 | 0 | 30 | 453 | 123 | 51 |
| Binary | 10111110 | 10010 | 11000001 | 10 | 1011011 | 0 | 11000 | 100101011 | 1010011 | 101001 |
Color Harmonies of #BE12C1
Complementary color
Monochromatic Colors of #BE12C1
Black with #BE12C1
Text Example
Text Example
White with #BE12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12C1; }
p { color: rgb(190,18,193); }
H1.HeaderClassName
{
color: #BE12C1;
}
.AnyTagClassName
{
color: #BE12C1;
}
</style>
background-color css
<style>
a { background-color: #BE12C1; }
a { background-color: rgb(190,18,193); }
div.DivClassName
{
background-color: #BE12C1;
}
.BgClassName
{
background-color: #BE12C1;
}
</style>
border-color css
<style>
span { border-color: #BE12C1; }
span { border-color: rgb(190,18,193); }
td.TdClassName
{
border-color: #BE12C1;
}
.TagClassName
{
border-color: #BE12C1;
}
</style>