Shades of Deep Magenta #BE14CC
Tints of Deep Magenta #BE14CC
RGB
CMYK
RGB Variations
Color information
#BE14CC (or 0xBE14CC) is known color: Deep Magenta. HEX triplet: BE, 14 and CC. RGB value is (190,20,204). Sum of RGB (Red+Green+Blue) = 190+20+204=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14CC is #41EB33. Grayscale: #5B5B5B. Windows color (decimal): -4320052 or 13374654. OLE color: 13374654.
HSL color Cylindrical-coordinate representation of color #BE14CC: hue angle of 295.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE14CC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 20 | 204 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.2 |
| HSL | 295.43º | 0.82% | 0.44% | - |
| HSV(B) | 295.43º | 0.9% | 0.8% | - |
| XYZ | 32.38 | 15.81 | 58.47 | - |
| YUV | 91.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 204 | 0.07 | 0.90 | 0 | 0.2 | 295.43 | 0.82 | 0.44 |
| Hex | BE | 14 | CC | 7 | 5A | 0 | 14 | 127 | 52 | 2C |
| Octal | 276 | 24 | 314 | 7 | 132 | 0 | 24 | 447 | 122 | 54 |
| Binary | 10111110 | 10100 | 11001100 | 111 | 1011010 | 0 | 10100 | 100100111 | 1010010 | 101100 |
Color Harmonies of #BE14CC
Complementary color
Monochromatic Colors of #BE14CC
Black with #BE14CC
Text Example
Text Example
White with #BE14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14CC; }
p { color: rgb(190,20,204); }
H1.HeaderClassName
{
color: #BE14CC;
}
.AnyTagClassName
{
color: #BE14CC;
}
</style>
background-color css
<style>
a { background-color: #BE14CC; }
a { background-color: rgb(190,20,204); }
div.DivClassName
{
background-color: #BE14CC;
}
.BgClassName
{
background-color: #BE14CC;
}
</style>
border-color css
<style>
span { border-color: #BE14CC; }
span { border-color: rgb(190,20,204); }
td.TdClassName
{
border-color: #BE14CC;
}
.TagClassName
{
border-color: #BE14CC;
}
</style>