Shades of Deep Magenta #BE0CCD
Tints of Deep Magenta #BE0CCD
RGB
CMYK
RGB Variations
Color information
#BE0CCD (or 0xBE0CCD) is known color: Deep Magenta. HEX triplet: BE, 0C and CD. RGB value is (190,12,205). Sum of RGB (Red+Green+Blue) = 190+12+205=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CCD is #41F332. Grayscale: #565656. Windows color (decimal): -4322099 or 13438142. OLE color: 13438142.
HSL color Cylindrical-coordinate representation of color #BE0CCD: hue angle of 295.34º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CCD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 12 | 205 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.20 |
| HSL | 295.34º | 0.89% | 0.43% | - |
| HSV(B) | 295.34º | 0.94% | 0.8% | - |
| XYZ | 32.39 | 15.62 | 59.07 | - |
| YUV | 87.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 205 | 0.07 | 0.94 | 0 | 0.20 | 295.34 | 0.89 | 0.43 |
| Hex | BE | C | CD | 7 | 5E | 0 | 14 | 127 | 59 | 2B |
| Octal | 276 | 14 | 315 | 7 | 136 | 0 | 24 | 447 | 131 | 53 |
| Binary | 10111110 | 1100 | 11001101 | 111 | 1011110 | 0 | 10100 | 100100111 | 1011001 | 101011 |
Color Harmonies of #BE0CCD
Complementary color
Monochromatic Colors of #BE0CCD
Black with #BE0CCD
Text Example
Text Example
White with #BE0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CCD; }
p { color: rgb(190,12,205); }
H1.HeaderClassName
{
color: #BE0CCD;
}
.AnyTagClassName
{
color: #BE0CCD;
}
</style>
background-color css
<style>
a { background-color: #BE0CCD; }
a { background-color: rgb(190,12,205); }
div.DivClassName
{
background-color: #BE0CCD;
}
.BgClassName
{
background-color: #BE0CCD;
}
</style>
border-color css
<style>
span { border-color: #BE0CCD; }
span { border-color: rgb(190,12,205); }
td.TdClassName
{
border-color: #BE0CCD;
}
.TagClassName
{
border-color: #BE0CCD;
}
</style>