Shades of Deep Magenta #C41EDB
Tints of Deep Magenta #C41EDB
RGB
CMYK
RGB Variations
Color information
#C41EDB (or 0xC41EDB) is known color: Deep Magenta. HEX triplet: C4, 1E and DB. RGB value is (196,30,219). Sum of RGB (Red+Green+Blue) = 196+30+219=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #C41EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EDB is #3BE124. Grayscale: #646464. Windows color (decimal): -3924261 or 14360260. OLE color: 14360260.
HSL color Cylindrical-coordinate representation of color #C41EDB: hue angle of 292.7º 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 #C41EDB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 30 | 219 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.14 |
| HSL | 292.7º | 0.76% | 0.49% | - |
| HSV(B) | 292.7º | 0.86% | 0.86% | - |
| XYZ | 36.02 | 17.78 | 68.55 | - |
| YUV | 101.18 | 194.5 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 219 | 0.11 | 0.86 | 0 | 0.14 | 292.7 | 0.76 | 0.49 |
| Hex | C4 | 1E | DB | B | 56 | 0 | E | 125 | 4C | 31 |
| Octal | 304 | 36 | 333 | 13 | 126 | 0 | 16 | 445 | 114 | 61 |
| Binary | 11000100 | 11110 | 11011011 | 1011 | 1010110 | 0 | 1110 | 100100101 | 1001100 | 110001 |
Color Harmonies of #C41EDB
Complementary color
Monochromatic Colors of #C41EDB
Black with #C41EDB
Text Example
Text Example
White with #C41EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EDB; }
p { color: rgb(196,30,219); }
H1.HeaderClassName
{
color: #C41EDB;
}
.AnyTagClassName
{
color: #C41EDB;
}
</style>
background-color css
<style>
a { background-color: #C41EDB; }
a { background-color: rgb(196,30,219); }
div.DivClassName
{
background-color: #C41EDB;
}
.BgClassName
{
background-color: #C41EDB;
}
</style>
border-color css
<style>
span { border-color: #C41EDB; }
span { border-color: rgb(196,30,219); }
td.TdClassName
{
border-color: #C41EDB;
}
.TagClassName
{
border-color: #C41EDB;
}
</style>