Shades of Deep Magenta #BE20C9
Tints of Deep Magenta #BE20C9
RGB
CMYK
RGB Variations
Color information
#BE20C9 (or 0xBE20C9) is known color: Deep Magenta. HEX triplet: BE, 20 and C9. RGB value is (190,32,201). Sum of RGB (Red+Green+Blue) = 190+32+201=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20C9 is #41DF36. Grayscale: #616161. Windows color (decimal): -4316983 or 13181118. OLE color: 13181118.
HSL color Cylindrical-coordinate representation of color #BE20C9: hue angle of 296.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE20C9 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 32 | 201 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.21 |
| HSL | 296.09º | 0.73% | 0.46% | - |
| HSV(B) | 296.09º | 0.84% | 0.79% | - |
| XYZ | 32.29 | 16.2 | 56.68 | - |
| YUV | 98.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 201 | 0.05 | 0.84 | 0 | 0.21 | 296.09 | 0.73 | 0.46 |
| Hex | BE | 20 | C9 | 5 | 54 | 0 | 15 | 128 | 49 | 2E |
| Octal | 276 | 40 | 311 | 5 | 124 | 0 | 25 | 450 | 111 | 56 |
| Binary | 10111110 | 100000 | 11001001 | 101 | 1010100 | 0 | 10101 | 100101000 | 1001001 | 101110 |
Color Harmonies of #BE20C9
Complementary color
Monochromatic Colors of #BE20C9
Black with #BE20C9
Text Example
Text Example
White with #BE20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20C9; }
p { color: rgb(190,32,201); }
H1.HeaderClassName
{
color: #BE20C9;
}
.AnyTagClassName
{
color: #BE20C9;
}
</style>
background-color css
<style>
a { background-color: #BE20C9; }
a { background-color: rgb(190,32,201); }
div.DivClassName
{
background-color: #BE20C9;
}
.BgClassName
{
background-color: #BE20C9;
}
</style>
border-color css
<style>
span { border-color: #BE20C9; }
span { border-color: rgb(190,32,201); }
td.TdClassName
{
border-color: #BE20C9;
}
.TagClassName
{
border-color: #BE20C9;
}
</style>