Shades of Deep Magenta #C50EDB
Tints of Deep Magenta #C50EDB
RGB
CMYK
RGB Variations
Color information
#C50EDB (or 0xC50EDB) is known color: Deep Magenta. HEX triplet: C5, 0E and DB. RGB value is (197,14,219). Sum of RGB (Red+Green+Blue) = 197+14+219=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C50EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50EDB is #3AF124. Grayscale: #5B5B5B. Windows color (decimal): -3862821 or 14356165. OLE color: 14356165.
HSL color Cylindrical-coordinate representation of color #C50EDB: hue angle of 293.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50EDB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 14 | 219 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.14 |
| HSL | 293.56º | 0.88% | 0.46% | - |
| HSV(B) | 293.56º | 0.94% | 0.86% | - |
| XYZ | 35.97 | 17.3 | 68.46 | - |
| YUV | 92.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 219 | 0.10 | 0.94 | 0 | 0.14 | 293.56 | 0.88 | 0.46 |
| Hex | C5 | E | DB | A | 5E | 0 | E | 126 | 58 | 2E |
| Octal | 305 | 16 | 333 | 12 | 136 | 0 | 16 | 446 | 130 | 56 |
| Binary | 11000101 | 1110 | 11011011 | 1010 | 1011110 | 0 | 1110 | 100100110 | 1011000 | 101110 |
Color Harmonies of #C50EDB
Complementary color
Monochromatic Colors of #C50EDB
Black with #C50EDB
Text Example
Text Example
White with #C50EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50EDB; }
p { color: rgb(197,14,219); }
H1.HeaderClassName
{
color: #C50EDB;
}
.AnyTagClassName
{
color: #C50EDB;
}
</style>
background-color css
<style>
a { background-color: #C50EDB; }
a { background-color: rgb(197,14,219); }
div.DivClassName
{
background-color: #C50EDB;
}
.BgClassName
{
background-color: #C50EDB;
}
</style>
border-color css
<style>
span { border-color: #C50EDB; }
span { border-color: rgb(197,14,219); }
td.TdClassName
{
border-color: #C50EDB;
}
.TagClassName
{
border-color: #C50EDB;
}
</style>