Shades of Deep Magenta #BE02C3
Tints of Deep Magenta #BE02C3
RGB
CMYK
RGB Variations
Color information
#BE02C3 (or 0xBE02C3) is known color: Deep Magenta. HEX triplet: BE, 02 and C3. RGB value is (190,2,195). Sum of RGB (Red+Green+Blue) = 190+2+195=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE02C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02C3 is #41FD3C. Grayscale: #4F4F4F. Windows color (decimal): -4324669 or 12780222. OLE color: 12780222.
HSL color Cylindrical-coordinate representation of color #BE02C3: hue angle of 298.45º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02C3 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 2 | 195 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.24 |
| HSL | 298.45º | 0.98% | 0.39% | - |
| HSV(B) | 298.45º | 0.99% | 0.76% | - |
| XYZ | 31.11 | 14.93 | 52.87 | - |
| YUV | 80.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 195 | 0.03 | 0.99 | 0 | 0.24 | 298.45 | 0.98 | 0.39 |
| Hex | BE | 2 | C3 | 3 | 63 | 0 | 18 | 12A | 62 | 27 |
| Octal | 276 | 2 | 303 | 3 | 143 | 0 | 30 | 452 | 142 | 47 |
| Binary | 10111110 | 10 | 11000011 | 11 | 1100011 | 0 | 11000 | 100101010 | 1100010 | 100111 |
Color Harmonies of #BE02C3
Complementary color
Monochromatic Colors of #BE02C3
Black with #BE02C3
Text Example
Text Example
White with #BE02C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02C3; }
p { color: rgb(190,2,195); }
H1.HeaderClassName
{
color: #BE02C3;
}
.AnyTagClassName
{
color: #BE02C3;
}
</style>
background-color css
<style>
a { background-color: #BE02C3; }
a { background-color: rgb(190,2,195); }
div.DivClassName
{
background-color: #BE02C3;
}
.BgClassName
{
background-color: #BE02C3;
}
</style>
border-color css
<style>
span { border-color: #BE02C3; }
span { border-color: rgb(190,2,195); }
td.TdClassName
{
border-color: #BE02C3;
}
.TagClassName
{
border-color: #BE02C3;
}
</style>