Shades of Deep Magenta #C41EDF
Tints of Deep Magenta #C41EDF
RGB
CMYK
RGB Variations
Color information
#C41EDF (or 0xC41EDF) is known color: Deep Magenta. HEX triplet: C4, 1E and DF. RGB value is (196,30,223). Sum of RGB (Red+Green+Blue) = 196+30+223=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EDF is #3BE120. Grayscale: #656565. Windows color (decimal): -3924257 or 14622404. OLE color: 14622404.
HSL color Cylindrical-coordinate representation of color #C41EDF: hue angle of 291.61º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41EDF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 30 | 223 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.13 |
| HSL | 291.61º | 0.76% | 0.5% | - |
| HSV(B) | 291.61º | 0.87% | 0.87% | - |
| XYZ | 36.55 | 17.99 | 71.36 | - |
| YUV | 101.64 | 196.5 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 223 | 0.12 | 0.87 | 0 | 0.13 | 291.61 | 0.76 | 0.5 |
| Hex | C4 | 1E | DF | C | 57 | 0 | D | 124 | 4C | 32 |
| Octal | 304 | 36 | 337 | 14 | 127 | 0 | 15 | 444 | 114 | 62 |
| Binary | 11000100 | 11110 | 11011111 | 1100 | 1010111 | 0 | 1101 | 100100100 | 1001100 | 110010 |
Color Harmonies of #C41EDF
Complementary color
Monochromatic Colors of #C41EDF
Black with #C41EDF
Text Example
Text Example
White with #C41EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EDF; }
p { color: rgb(196,30,223); }
H1.HeaderClassName
{
color: #C41EDF;
}
.AnyTagClassName
{
color: #C41EDF;
}
</style>
background-color css
<style>
a { background-color: #C41EDF; }
a { background-color: rgb(196,30,223); }
div.DivClassName
{
background-color: #C41EDF;
}
.BgClassName
{
background-color: #C41EDF;
}
</style>
border-color css
<style>
span { border-color: #C41EDF; }
span { border-color: rgb(196,30,223); }
td.TdClassName
{
border-color: #C41EDF;
}
.TagClassName
{
border-color: #C41EDF;
}
</style>