Shades of Deep Magenta #BE0CCC
Tints of Deep Magenta #BE0CCC
RGB
CMYK
RGB Variations
Color information
#BE0CCC (or 0xBE0CCC) is known color: Deep Magenta. HEX triplet: BE, 0C and CC. RGB value is (190,12,204). Sum of RGB (Red+Green+Blue) = 190+12+204=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CCC is #41F333. Grayscale: #565656. Windows color (decimal): -4322100 or 13372606. OLE color: 13372606.
HSL color Cylindrical-coordinate representation of color #BE0CCC: hue angle of 295.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CCC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 12 | 204 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.2 |
| HSL | 295.63º | 0.89% | 0.42% | - |
| HSV(B) | 295.63º | 0.94% | 0.8% | - |
| XYZ | 32.27 | 15.57 | 58.43 | - |
| YUV | 87.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 204 | 0.07 | 0.94 | 0 | 0.2 | 295.63 | 0.89 | 0.42 |
| Hex | BE | C | CC | 7 | 5E | 0 | 14 | 128 | 59 | 2A |
| Octal | 276 | 14 | 314 | 7 | 136 | 0 | 24 | 450 | 131 | 52 |
| Binary | 10111110 | 1100 | 11001100 | 111 | 1011110 | 0 | 10100 | 100101000 | 1011001 | 101010 |
Color Harmonies of #BE0CCC
Complementary color
Monochromatic Colors of #BE0CCC
Black with #BE0CCC
Text Example
Text Example
White with #BE0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CCC; }
p { color: rgb(190,12,204); }
H1.HeaderClassName
{
color: #BE0CCC;
}
.AnyTagClassName
{
color: #BE0CCC;
}
</style>
background-color css
<style>
a { background-color: #BE0CCC; }
a { background-color: rgb(190,12,204); }
div.DivClassName
{
background-color: #BE0CCC;
}
.BgClassName
{
background-color: #BE0CCC;
}
</style>
border-color css
<style>
span { border-color: #BE0CCC; }
span { border-color: rgb(190,12,204); }
td.TdClassName
{
border-color: #BE0CCC;
}
.TagClassName
{
border-color: #BE0CCC;
}
</style>