Shades of Deep Magenta #BE19C5
Tints of Deep Magenta #BE19C5
RGB
CMYK
RGB Variations
Color information
#BE19C5 (or 0xBE19C5) is known color: Deep Magenta. HEX triplet: BE, 19 and C5. RGB value is (190,25,197). Sum of RGB (Red+Green+Blue) = 190+25+197=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE19C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19C5 is #41E63A. Grayscale: #5D5D5D. Windows color (decimal): -4318779 or 12917182. OLE color: 12917182.
HSL color Cylindrical-coordinate representation of color #BE19C5: hue angle of 297.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE19C5 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 25 | 197 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.23 |
| HSL | 297.56º | 0.77% | 0.44% | - |
| HSV(B) | 297.56º | 0.87% | 0.77% | - |
| XYZ | 31.66 | 15.67 | 54.18 | - |
| YUV | 93.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 197 | 0.04 | 0.87 | 0 | 0.23 | 297.56 | 0.77 | 0.44 |
| Hex | BE | 19 | C5 | 4 | 57 | 0 | 17 | 12A | 4D | 2C |
| Octal | 276 | 31 | 305 | 4 | 127 | 0 | 27 | 452 | 115 | 54 |
| Binary | 10111110 | 11001 | 11000101 | 100 | 1010111 | 0 | 10111 | 100101010 | 1001101 | 101100 |
Color Harmonies of #BE19C5
Complementary color
Monochromatic Colors of #BE19C5
Black with #BE19C5
Text Example
Text Example
White with #BE19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19C5; }
p { color: rgb(190,25,197); }
H1.HeaderClassName
{
color: #BE19C5;
}
.AnyTagClassName
{
color: #BE19C5;
}
</style>
background-color css
<style>
a { background-color: #BE19C5; }
a { background-color: rgb(190,25,197); }
div.DivClassName
{
background-color: #BE19C5;
}
.BgClassName
{
background-color: #BE19C5;
}
</style>
border-color css
<style>
span { border-color: #BE19C5; }
span { border-color: rgb(190,25,197); }
td.TdClassName
{
border-color: #BE19C5;
}
.TagClassName
{
border-color: #BE19C5;
}
</style>