Shades of Deep Magenta #BE19C2
Tints of Deep Magenta #BE19C2
RGB
CMYK
RGB Variations
Color information
#BE19C2 (or 0xBE19C2) is known color: Deep Magenta. HEX triplet: BE, 19 and C2. RGB value is (190,25,194). Sum of RGB (Red+Green+Blue) = 190+25+194=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE19C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19C2 is #41E63D. Grayscale: #5D5D5D. Windows color (decimal): -4318782 or 12720574. OLE color: 12720574.
HSL color Cylindrical-coordinate representation of color #BE19C2: hue angle of 298.58º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE19C2 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 25 | 194 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.24 |
| HSL | 298.58º | 0.77% | 0.43% | - |
| HSV(B) | 298.58º | 0.87% | 0.76% | - |
| XYZ | 31.32 | 15.54 | 52.39 | - |
| YUV | 93.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 194 | 0.02 | 0.87 | 0 | 0.24 | 298.58 | 0.77 | 0.43 |
| Hex | BE | 19 | C2 | 2 | 57 | 0 | 18 | 12B | 4D | 2B |
| Octal | 276 | 31 | 302 | 2 | 127 | 0 | 30 | 453 | 115 | 53 |
| Binary | 10111110 | 11001 | 11000010 | 10 | 1010111 | 0 | 11000 | 100101011 | 1001101 | 101011 |
Color Harmonies of #BE19C2
Complementary color
Monochromatic Colors of #BE19C2
Black with #BE19C2
Text Example
Text Example
White with #BE19C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19C2; }
p { color: rgb(190,25,194); }
H1.HeaderClassName
{
color: #BE19C2;
}
.AnyTagClassName
{
color: #BE19C2;
}
</style>
background-color css
<style>
a { background-color: #BE19C2; }
a { background-color: rgb(190,25,194); }
div.DivClassName
{
background-color: #BE19C2;
}
.BgClassName
{
background-color: #BE19C2;
}
</style>
border-color css
<style>
span { border-color: #BE19C2; }
span { border-color: rgb(190,25,194); }
td.TdClassName
{
border-color: #BE19C2;
}
.TagClassName
{
border-color: #BE19C2;
}
</style>