Shades of Deep Magenta #BE1CDD
Tints of Deep Magenta #BE1CDD
RGB
CMYK
RGB Variations
Color information
#BE1CDD (or 0xBE1CDD) is known color: Deep Magenta. HEX triplet: BE, 1C and DD. RGB value is (190,28,221). Sum of RGB (Red+Green+Blue) = 190+28+221=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CDD is #41E322. Grayscale: #616161. Windows color (decimal): -4317987 or 14490814. OLE color: 14490814.
HSL color Cylindrical-coordinate representation of color #BE1CDD: hue angle of 290.36º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1CDD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 28 | 221 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.13 |
| HSL | 290.36º | 0.78% | 0.49% | - |
| HSV(B) | 290.36º | 0.87% | 0.87% | - |
| XYZ | 34.7 | 17 | 69.86 | - |
| YUV | 98.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 28 | 221 | 0.14 | 0.87 | 0 | 0.13 | 290.36 | 0.78 | 0.49 |
| Hex | BE | 1C | DD | E | 57 | 0 | D | 122 | 4E | 31 |
| Octal | 276 | 34 | 335 | 16 | 127 | 0 | 15 | 442 | 116 | 61 |
| Binary | 10111110 | 11100 | 11011101 | 1110 | 1010111 | 0 | 1101 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BE1CDD
Complementary color
Monochromatic Colors of #BE1CDD
Black with #BE1CDD
Text Example
Text Example
White with #BE1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1CDD; }
p { color: rgb(190,28,221); }
H1.HeaderClassName
{
color: #BE1CDD;
}
.AnyTagClassName
{
color: #BE1CDD;
}
</style>
background-color css
<style>
a { background-color: #BE1CDD; }
a { background-color: rgb(190,28,221); }
div.DivClassName
{
background-color: #BE1CDD;
}
.BgClassName
{
background-color: #BE1CDD;
}
</style>
border-color css
<style>
span { border-color: #BE1CDD; }
span { border-color: rgb(190,28,221); }
td.TdClassName
{
border-color: #BE1CDD;
}
.TagClassName
{
border-color: #BE1CDD;
}
</style>