Shades of Deep Magenta #BE1FCD
Tints of Deep Magenta #BE1FCD
RGB
CMYK
RGB Variations
Color information
#BE1FCD (or 0xBE1FCD) is known color: Deep Magenta. HEX triplet: BE, 1F and CD. RGB value is (190,31,205). Sum of RGB (Red+Green+Blue) = 190+31+205=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FCD is #41E032. Grayscale: #616161. Windows color (decimal): -4317235 or 13443006. OLE color: 13443006.
HSL color Cylindrical-coordinate representation of color #BE1FCD: hue angle of 294.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1FCD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 31 | 205 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.20 |
| HSL | 294.83º | 0.74% | 0.46% | - |
| HSV(B) | 294.83º | 0.85% | 0.8% | - |
| XYZ | 32.74 | 16.33 | 59.18 | - |
| YUV | 98.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 205 | 0.07 | 0.85 | 0 | 0.20 | 294.83 | 0.74 | 0.46 |
| Hex | BE | 1F | CD | 7 | 55 | 0 | 14 | 127 | 4A | 2E |
| Octal | 276 | 37 | 315 | 7 | 125 | 0 | 24 | 447 | 112 | 56 |
| Binary | 10111110 | 11111 | 11001101 | 111 | 1010101 | 0 | 10100 | 100100111 | 1001010 | 101110 |
Color Harmonies of #BE1FCD
Complementary color
Monochromatic Colors of #BE1FCD
Black with #BE1FCD
Text Example
Text Example
White with #BE1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1FCD; }
p { color: rgb(190,31,205); }
H1.HeaderClassName
{
color: #BE1FCD;
}
.AnyTagClassName
{
color: #BE1FCD;
}
</style>
background-color css
<style>
a { background-color: #BE1FCD; }
a { background-color: rgb(190,31,205); }
div.DivClassName
{
background-color: #BE1FCD;
}
.BgClassName
{
background-color: #BE1FCD;
}
</style>
border-color css
<style>
span { border-color: #BE1FCD; }
span { border-color: rgb(190,31,205); }
td.TdClassName
{
border-color: #BE1FCD;
}
.TagClassName
{
border-color: #BE1FCD;
}
</style>