Shades of Deep Magenta #BE1FCC
Tints of Deep Magenta #BE1FCC
RGB
CMYK
RGB Variations
Color information
#BE1FCC (or 0xBE1FCC) is known color: Deep Magenta. HEX triplet: BE, 1F and CC. RGB value is (190,31,204). Sum of RGB (Red+Green+Blue) = 190+31+204=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1FCC is #41E033. Grayscale: #616161. Windows color (decimal): -4317236 or 13377470. OLE color: 13377470.
HSL color Cylindrical-coordinate representation of color #BE1FCC: hue angle of 295.14º 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 #BE1FCC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 31 | 204 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.2 |
| HSL | 295.14º | 0.74% | 0.46% | - |
| HSV(B) | 295.14º | 0.85% | 0.8% | - |
| XYZ | 32.62 | 16.29 | 58.55 | - |
| YUV | 98.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 204 | 0.07 | 0.85 | 0 | 0.2 | 295.14 | 0.74 | 0.46 |
| Hex | BE | 1F | CC | 7 | 55 | 0 | 14 | 127 | 4A | 2E |
| Octal | 276 | 37 | 314 | 7 | 125 | 0 | 24 | 447 | 112 | 56 |
| Binary | 10111110 | 11111 | 11001100 | 111 | 1010101 | 0 | 10100 | 100100111 | 1001010 | 101110 |
Color Harmonies of #BE1FCC
Complementary color
Monochromatic Colors of #BE1FCC
Black with #BE1FCC
Text Example
Text Example
White with #BE1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1FCC; }
p { color: rgb(190,31,204); }
H1.HeaderClassName
{
color: #BE1FCC;
}
.AnyTagClassName
{
color: #BE1FCC;
}
</style>
background-color css
<style>
a { background-color: #BE1FCC; }
a { background-color: rgb(190,31,204); }
div.DivClassName
{
background-color: #BE1FCC;
}
.BgClassName
{
background-color: #BE1FCC;
}
</style>
border-color css
<style>
span { border-color: #BE1FCC; }
span { border-color: rgb(190,31,204); }
td.TdClassName
{
border-color: #BE1FCC;
}
.TagClassName
{
border-color: #BE1FCC;
}
</style>