Shades of Deep Magenta #C41EC2
Tints of Deep Magenta #C41EC2
RGB
CMYK
RGB Variations
Color information
#C41EC2 (or 0xC41EC2) is known color: Deep Magenta. HEX triplet: C4, 1E and C2. RGB value is (196,30,194). Sum of RGB (Red+Green+Blue) = 196+30+194=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EC2 is #3BE13D. Grayscale: #616161. Windows color (decimal): -3924286 or 12721860. OLE color: 12721860.
HSL color Cylindrical-coordinate representation of color #C41EC2: hue angle of 300.72º 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 #C41EC2 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 194 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.23 |
| HSL | 300.72º | 0.73% | 0.44% | - |
| HSV(B) | 300.72º | 0.85% | 0.77% | - |
| XYZ | 32.97 | 16.56 | 52.5 | - |
| YUV | 98.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 194 | 0 | 0.85 | 0.01 | 0.23 | 300.72 | 0.73 | 0.44 |
| Hex | C4 | 1E | C2 | 0 | 55 | 1 | 17 | 12D | 49 | 2C |
| Octal | 304 | 36 | 302 | 0 | 125 | 1 | 27 | 455 | 111 | 54 |
| Binary | 11000100 | 11110 | 11000010 | 0 | 1010101 | 1 | 10111 | 100101101 | 1001001 | 101100 |
Color Harmonies of #C41EC2
Complementary color
Monochromatic Colors of #C41EC2
Black with #C41EC2
Text Example
Text Example
White with #C41EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EC2; }
p { color: rgb(196,30,194); }
H1.HeaderClassName
{
color: #C41EC2;
}
.AnyTagClassName
{
color: #C41EC2;
}
</style>
background-color css
<style>
a { background-color: #C41EC2; }
a { background-color: rgb(196,30,194); }
div.DivClassName
{
background-color: #C41EC2;
}
.BgClassName
{
background-color: #C41EC2;
}
</style>
border-color css
<style>
span { border-color: #C41EC2; }
span { border-color: rgb(196,30,194); }
td.TdClassName
{
border-color: #C41EC2;
}
.TagClassName
{
border-color: #C41EC2;
}
</style>