Shades of Deep Magenta #C41DE0
Tints of Deep Magenta #C41DE0
RGB
CMYK
RGB Variations
Color information
#C41DE0 (or 0xC41DE0) is known color: Deep Magenta. HEX triplet: C4, 1D and E0. RGB value is (196,29,224). Sum of RGB (Red+Green+Blue) = 196+29+224=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #C41DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41DE0 is #3BE21F. Grayscale: #646464. Windows color (decimal): -3924512 or 14687684. OLE color: 14687684.
HSL color Cylindrical-coordinate representation of color #C41DE0: hue angle of 291.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41DE0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 29 | 224 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.12 |
| HSL | 291.38º | 0.77% | 0.5% | - |
| HSV(B) | 291.38º | 0.87% | 0.88% | - |
| XYZ | 36.66 | 18 | 72.06 | - |
| YUV | 101.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 224 | 0.12 | 0.87 | 0 | 0.12 | 291.38 | 0.77 | 0.5 |
| Hex | C4 | 1D | E0 | C | 57 | 0 | C | 123 | 4D | 32 |
| Octal | 304 | 35 | 340 | 14 | 127 | 0 | 14 | 443 | 115 | 62 |
| Binary | 11000100 | 11101 | 11100000 | 1100 | 1010111 | 0 | 1100 | 100100011 | 1001101 | 110010 |
Color Harmonies of #C41DE0
Complementary color
Monochromatic Colors of #C41DE0
Black with #C41DE0
Text Example
Text Example
White with #C41DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41DE0; }
p { color: rgb(196,29,224); }
H1.HeaderClassName
{
color: #C41DE0;
}
.AnyTagClassName
{
color: #C41DE0;
}
</style>
background-color css
<style>
a { background-color: #C41DE0; }
a { background-color: rgb(196,29,224); }
div.DivClassName
{
background-color: #C41DE0;
}
.BgClassName
{
background-color: #C41DE0;
}
</style>
border-color css
<style>
span { border-color: #C41DE0; }
span { border-color: rgb(196,29,224); }
td.TdClassName
{
border-color: #C41DE0;
}
.TagClassName
{
border-color: #C41DE0;
}
</style>