Shades of Deep Magenta #C41EDD
Tints of Deep Magenta #C41EDD
RGB
CMYK
RGB Variations
Color information
#C41EDD (or 0xC41EDD) is known color: Deep Magenta. HEX triplet: C4, 1E and DD. RGB value is (196,30,221). Sum of RGB (Red+Green+Blue) = 196+30+221=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C41EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EDD is #3BE122. Grayscale: #646464. Windows color (decimal): -3924259 or 14491332. OLE color: 14491332.
HSL color Cylindrical-coordinate representation of color #C41EDD: hue angle of 292.15º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41EDD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 30 | 221 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.13 |
| HSL | 292.15º | 0.76% | 0.49% | - |
| HSV(B) | 292.15º | 0.86% | 0.87% | - |
| XYZ | 36.28 | 17.88 | 69.95 | - |
| YUV | 101.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 221 | 0.11 | 0.86 | 0 | 0.13 | 292.15 | 0.76 | 0.49 |
| Hex | C4 | 1E | DD | B | 56 | 0 | D | 124 | 4C | 31 |
| Octal | 304 | 36 | 335 | 13 | 126 | 0 | 15 | 444 | 114 | 61 |
| Binary | 11000100 | 11110 | 11011101 | 1011 | 1010110 | 0 | 1101 | 100100100 | 1001100 | 110001 |
Color Harmonies of #C41EDD
Complementary color
Monochromatic Colors of #C41EDD
Black with #C41EDD
Text Example
Text Example
White with #C41EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EDD; }
p { color: rgb(196,30,221); }
H1.HeaderClassName
{
color: #C41EDD;
}
.AnyTagClassName
{
color: #C41EDD;
}
</style>
background-color css
<style>
a { background-color: #C41EDD; }
a { background-color: rgb(196,30,221); }
div.DivClassName
{
background-color: #C41EDD;
}
.BgClassName
{
background-color: #C41EDD;
}
</style>
border-color css
<style>
span { border-color: #C41EDD; }
span { border-color: rgb(196,30,221); }
td.TdClassName
{
border-color: #C41EDD;
}
.TagClassName
{
border-color: #C41EDD;
}
</style>