Shades of Deep Magenta #BE0CCF
Tints of Deep Magenta #BE0CCF
RGB
CMYK
RGB Variations
Color information
#BE0CCF (or 0xBE0CCF) is known color: Deep Magenta. HEX triplet: BE, 0C and CF. RGB value is (190,12,207). Sum of RGB (Red+Green+Blue) = 190+12+207=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CCF is #41F330. Grayscale: #565656. Windows color (decimal): -4322097 or 13569214. OLE color: 13569214.
HSL color Cylindrical-coordinate representation of color #BE0CCF: hue angle of 294.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CCF is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 12 | 207 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.19 |
| HSL | 294.77º | 0.89% | 0.43% | - |
| HSV(B) | 294.77º | 0.94% | 0.81% | - |
| XYZ | 32.63 | 15.72 | 60.35 | - |
| YUV | 87.45 | 195.47 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 207 | 0.08 | 0.94 | 0 | 0.19 | 294.77 | 0.89 | 0.43 |
| Hex | BE | C | CF | 8 | 5E | 0 | 13 | 127 | 59 | 2B |
| Octal | 276 | 14 | 317 | 10 | 136 | 0 | 23 | 447 | 131 | 53 |
| Binary | 10111110 | 1100 | 11001111 | 1000 | 1011110 | 0 | 10011 | 100100111 | 1011001 | 101011 |
Color Harmonies of #BE0CCF
Complementary color
Monochromatic Colors of #BE0CCF
Black with #BE0CCF
Text Example
Text Example
White with #BE0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CCF; }
p { color: rgb(190,12,207); }
H1.HeaderClassName
{
color: #BE0CCF;
}
.AnyTagClassName
{
color: #BE0CCF;
}
</style>
background-color css
<style>
a { background-color: #BE0CCF; }
a { background-color: rgb(190,12,207); }
div.DivClassName
{
background-color: #BE0CCF;
}
.BgClassName
{
background-color: #BE0CCF;
}
</style>
border-color css
<style>
span { border-color: #BE0CCF; }
span { border-color: rgb(190,12,207); }
td.TdClassName
{
border-color: #BE0CCF;
}
.TagClassName
{
border-color: #BE0CCF;
}
</style>