Shades of Deep Magenta #BE1DCC
Tints of Deep Magenta #BE1DCC
RGB
CMYK
RGB Variations
Color information
#BE1DCC (or 0xBE1DCC) is known color: Deep Magenta. HEX triplet: BE, 1D and CC. RGB value is (190,29,204). Sum of RGB (Red+Green+Blue) = 190+29+204=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE1DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DCC is #41E233. Grayscale: #606060. Windows color (decimal): -4317748 or 13376958. OLE color: 13376958.
HSL color Cylindrical-coordinate representation of color #BE1DCC: hue angle of 295.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1DCC is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 29 | 204 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.2 |
| HSL | 295.2º | 0.75% | 0.46% | - |
| HSV(B) | 295.2º | 0.86% | 0.8% | - |
| XYZ | 32.57 | 16.19 | 58.53 | - |
| YUV | 97.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 204 | 0.07 | 0.86 | 0 | 0.2 | 295.2 | 0.75 | 0.46 |
| Hex | BE | 1D | CC | 7 | 56 | 0 | 14 | 127 | 4B | 2E |
| Octal | 276 | 35 | 314 | 7 | 126 | 0 | 24 | 447 | 113 | 56 |
| Binary | 10111110 | 11101 | 11001100 | 111 | 1010110 | 0 | 10100 | 100100111 | 1001011 | 101110 |
Color Harmonies of #BE1DCC
Complementary color
Monochromatic Colors of #BE1DCC
Black with #BE1DCC
Text Example
Text Example
White with #BE1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1DCC; }
p { color: rgb(190,29,204); }
H1.HeaderClassName
{
color: #BE1DCC;
}
.AnyTagClassName
{
color: #BE1DCC;
}
</style>
background-color css
<style>
a { background-color: #BE1DCC; }
a { background-color: rgb(190,29,204); }
div.DivClassName
{
background-color: #BE1DCC;
}
.BgClassName
{
background-color: #BE1DCC;
}
</style>
border-color css
<style>
span { border-color: #BE1DCC; }
span { border-color: rgb(190,29,204); }
td.TdClassName
{
border-color: #BE1DCC;
}
.TagClassName
{
border-color: #BE1DCC;
}
</style>