Shades of Deep Magenta #C41EC1
Tints of Deep Magenta #C41EC1
RGB
CMYK
RGB Variations
Color information
#C41EC1 (or 0xC41EC1) is known color: Deep Magenta. HEX triplet: C4, 1E and C1. RGB value is (196,30,193). Sum of RGB (Red+Green+Blue) = 196+30+193=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EC1 is #3BE13E. Grayscale: #616161. Windows color (decimal): -3924287 or 12656324. OLE color: 12656324.
HSL color Cylindrical-coordinate representation of color #C41EC1: hue angle of 301.08º 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 #C41EC1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 193 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.23 |
| HSL | 301.08º | 0.73% | 0.44% | - |
| HSV(B) | 301.08º | 0.85% | 0.77% | - |
| XYZ | 32.85 | 16.51 | 51.91 | - |
| YUV | 98.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 193 | 0 | 0.85 | 0.02 | 0.23 | 301.08 | 0.73 | 0.44 |
| Hex | C4 | 1E | C1 | 0 | 55 | 2 | 17 | 12D | 49 | 2C |
| Octal | 304 | 36 | 301 | 0 | 125 | 2 | 27 | 455 | 111 | 54 |
| Binary | 11000100 | 11110 | 11000001 | 0 | 1010101 | 10 | 10111 | 100101101 | 1001001 | 101100 |
Color Harmonies of #C41EC1
Complementary color
Monochromatic Colors of #C41EC1
Black with #C41EC1
Text Example
Text Example
White with #C41EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EC1; }
p { color: rgb(196,30,193); }
H1.HeaderClassName
{
color: #C41EC1;
}
.AnyTagClassName
{
color: #C41EC1;
}
</style>
background-color css
<style>
a { background-color: #C41EC1; }
a { background-color: rgb(196,30,193); }
div.DivClassName
{
background-color: #C41EC1;
}
.BgClassName
{
background-color: #C41EC1;
}
</style>
border-color css
<style>
span { border-color: #C41EC1; }
span { border-color: rgb(196,30,193); }
td.TdClassName
{
border-color: #C41EC1;
}
.TagClassName
{
border-color: #C41EC1;
}
</style>