Shades of Deep Magenta #C41EC0
Tints of Deep Magenta #C41EC0
RGB
CMYK
RGB Variations
Color information
#C41EC0 (or 0xC41EC0) is known color: Deep Magenta. HEX triplet: C4, 1E and C0. RGB value is (196,30,192). Sum of RGB (Red+Green+Blue) = 196+30+192=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EC0 is #3BE13F. Grayscale: #616161. Windows color (decimal): -3924288 or 12590788. OLE color: 12590788.
HSL color Cylindrical-coordinate representation of color #C41EC0: hue angle of 301.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41EC0 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 192 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.23 |
| HSL | 301.45º | 0.73% | 0.44% | - |
| HSV(B) | 301.45º | 0.85% | 0.77% | - |
| XYZ | 32.74 | 16.47 | 51.32 | - |
| YUV | 98.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 192 | 0 | 0.85 | 0.02 | 0.23 | 301.45 | 0.73 | 0.44 |
| Hex | C4 | 1E | C0 | 0 | 55 | 2 | 17 | 12D | 49 | 2C |
| Octal | 304 | 36 | 300 | 0 | 125 | 2 | 27 | 455 | 111 | 54 |
| Binary | 11000100 | 11110 | 11000000 | 0 | 1010101 | 10 | 10111 | 100101101 | 1001001 | 101100 |
Color Harmonies of #C41EC0
Complementary color
Monochromatic Colors of #C41EC0
Black with #C41EC0
Text Example
Text Example
White with #C41EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EC0; }
p { color: rgb(196,30,192); }
H1.HeaderClassName
{
color: #C41EC0;
}
.AnyTagClassName
{
color: #C41EC0;
}
</style>
background-color css
<style>
a { background-color: #C41EC0; }
a { background-color: rgb(196,30,192); }
div.DivClassName
{
background-color: #C41EC0;
}
.BgClassName
{
background-color: #C41EC0;
}
</style>
border-color css
<style>
span { border-color: #C41EC0; }
span { border-color: rgb(196,30,192); }
td.TdClassName
{
border-color: #C41EC0;
}
.TagClassName
{
border-color: #C41EC0;
}
</style>