Shades of Deep Magenta #C51EDB
Tints of Deep Magenta #C51EDB
RGB
CMYK
RGB Variations
Color information
#C51EDB (or 0xC51EDB) is known color: Deep Magenta. HEX triplet: C5, 1E and DB. RGB value is (197,30,219). Sum of RGB (Red+Green+Blue) = 197+30+219=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C51EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51EDB is #3AE124. Grayscale: #646464. Windows color (decimal): -3858725 or 14360261. OLE color: 14360261.
HSL color Cylindrical-coordinate representation of color #C51EDB: hue angle of 293.02º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51EDB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 30 | 219 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.14 |
| HSL | 293.02º | 0.76% | 0.49% | - |
| HSV(B) | 293.02º | 0.86% | 0.86% | - |
| XYZ | 36.28 | 17.91 | 68.56 | - |
| YUV | 101.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 219 | 0.10 | 0.86 | 0 | 0.14 | 293.02 | 0.76 | 0.49 |
| Hex | C5 | 1E | DB | A | 56 | 0 | E | 125 | 4C | 31 |
| Octal | 305 | 36 | 333 | 12 | 126 | 0 | 16 | 445 | 114 | 61 |
| Binary | 11000101 | 11110 | 11011011 | 1010 | 1010110 | 0 | 1110 | 100100101 | 1001100 | 110001 |
Color Harmonies of #C51EDB
Complementary color
Monochromatic Colors of #C51EDB
Black with #C51EDB
Text Example
Text Example
White with #C51EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51EDB; }
p { color: rgb(197,30,219); }
H1.HeaderClassName
{
color: #C51EDB;
}
.AnyTagClassName
{
color: #C51EDB;
}
</style>
background-color css
<style>
a { background-color: #C51EDB; }
a { background-color: rgb(197,30,219); }
div.DivClassName
{
background-color: #C51EDB;
}
.BgClassName
{
background-color: #C51EDB;
}
</style>
border-color css
<style>
span { border-color: #C51EDB; }
span { border-color: rgb(197,30,219); }
td.TdClassName
{
border-color: #C51EDB;
}
.TagClassName
{
border-color: #C51EDB;
}
</style>