Shades of Deep Magenta #BE1CC1
Tints of Deep Magenta #BE1CC1
RGB
CMYK
RGB Variations
Color information
#BE1CC1 (or 0xBE1CC1) is known color: Deep Magenta. HEX triplet: BE, 1C and C1. RGB value is (190,28,193). Sum of RGB (Red+Green+Blue) = 190+28+193=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE1CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CC1 is #41E33E. Grayscale: #5E5E5E. Windows color (decimal): -4318015 or 12655806. OLE color: 12655806.
HSL color Cylindrical-coordinate representation of color #BE1CC1: hue angle of 298.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1CC1 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 28 | 193 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.24 |
| HSL | 298.91º | 0.75% | 0.43% | - |
| HSV(B) | 298.91º | 0.85% | 0.76% | - |
| XYZ | 31.28 | 15.63 | 51.82 | - |
| YUV | 95.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 193 | 0.02 | 0.85 | 0 | 0.24 | 298.91 | 0.75 | 0.43 |
| Hex | BE | 1C | C1 | 2 | 55 | 0 | 18 | 12B | 4B | 2B |
| Octal | 276 | 34 | 301 | 2 | 125 | 0 | 30 | 453 | 113 | 53 |
| Binary | 10111110 | 11100 | 11000001 | 10 | 1010101 | 0 | 11000 | 100101011 | 1001011 | 101011 |
Color Harmonies of #BE1CC1
Complementary color
Monochromatic Colors of #BE1CC1
Black with #BE1CC1
Text Example
Text Example
White with #BE1CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CC1; }
p { color: rgb(190,28,193); }
H1.HeaderClassName
{
color: #BE1CC1;
}
.AnyTagClassName
{
color: #BE1CC1;
}
</style>
background-color css
<style>
a { background-color: #BE1CC1; }
a { background-color: rgb(190,28,193); }
div.DivClassName
{
background-color: #BE1CC1;
}
.BgClassName
{
background-color: #BE1CC1;
}
</style>
border-color css
<style>
span { border-color: #BE1CC1; }
span { border-color: rgb(190,28,193); }
td.TdClassName
{
border-color: #BE1CC1;
}
.TagClassName
{
border-color: #BE1CC1;
}
</style>