Shades of Deep Magenta #BE14C7
Tints of Deep Magenta #BE14C7
RGB
CMYK
RGB Variations
Color information
#BE14C7 (or 0xBE14C7) is known color: Deep Magenta. HEX triplet: BE, 14 and C7. RGB value is (190,20,199). Sum of RGB (Red+Green+Blue) = 190+20+199=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE14C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14C7 is #41EB38. Grayscale: #5A5A5A. Windows color (decimal): -4320057 or 13046974. OLE color: 13046974.
HSL color Cylindrical-coordinate representation of color #BE14C7: hue angle of 296.98º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE14C7 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 20 | 199 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.22 |
| HSL | 296.98º | 0.82% | 0.43% | - |
| HSV(B) | 296.98º | 0.9% | 0.78% | - |
| XYZ | 31.79 | 15.57 | 55.36 | - |
| YUV | 91.24 | 188.82 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 199 | 0.05 | 0.90 | 0 | 0.22 | 296.98 | 0.82 | 0.43 |
| Hex | BE | 14 | C7 | 5 | 5A | 0 | 16 | 129 | 52 | 2B |
| Octal | 276 | 24 | 307 | 5 | 132 | 0 | 26 | 451 | 122 | 53 |
| Binary | 10111110 | 10100 | 11000111 | 101 | 1011010 | 0 | 10110 | 100101001 | 1010010 | 101011 |
Color Harmonies of #BE14C7
Complementary color
Monochromatic Colors of #BE14C7
Black with #BE14C7
Text Example
Text Example
White with #BE14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14C7; }
p { color: rgb(190,20,199); }
H1.HeaderClassName
{
color: #BE14C7;
}
.AnyTagClassName
{
color: #BE14C7;
}
</style>
background-color css
<style>
a { background-color: #BE14C7; }
a { background-color: rgb(190,20,199); }
div.DivClassName
{
background-color: #BE14C7;
}
.BgClassName
{
background-color: #BE14C7;
}
</style>
border-color css
<style>
span { border-color: #BE14C7; }
span { border-color: rgb(190,20,199); }
td.TdClassName
{
border-color: #BE14C7;
}
.TagClassName
{
border-color: #BE14C7;
}
</style>