Shades of Deep Magenta #C41EC9
Tints of Deep Magenta #C41EC9
RGB
CMYK
RGB Variations
Color information
#C41EC9 (or 0xC41EC9) is known color: Deep Magenta. HEX triplet: C4, 1E and C9. RGB value is (196,30,201). Sum of RGB (Red+Green+Blue) = 196+30+201=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #C41EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EC9 is #3BE136. Grayscale: #626262. Windows color (decimal): -3924279 or 13180612. OLE color: 13180612.
HSL color Cylindrical-coordinate representation of color #C41EC9: hue angle of 298.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41EC9 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 30 | 201 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.21 |
| HSL | 298.25º | 0.74% | 0.45% | - |
| HSV(B) | 298.25º | 0.85% | 0.79% | - |
| XYZ | 33.77 | 16.88 | 56.74 | - |
| YUV | 99.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 201 | 0.02 | 0.85 | 0 | 0.21 | 298.25 | 0.74 | 0.45 |
| Hex | C4 | 1E | C9 | 2 | 55 | 0 | 15 | 12A | 4A | 2D |
| Octal | 304 | 36 | 311 | 2 | 125 | 0 | 25 | 452 | 112 | 55 |
| Binary | 11000100 | 11110 | 11001001 | 10 | 1010101 | 0 | 10101 | 100101010 | 1001010 | 101101 |
Color Harmonies of #C41EC9
Complementary color
Monochromatic Colors of #C41EC9
Black with #C41EC9
Text Example
Text Example
White with #C41EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EC9; }
p { color: rgb(196,30,201); }
H1.HeaderClassName
{
color: #C41EC9;
}
.AnyTagClassName
{
color: #C41EC9;
}
</style>
background-color css
<style>
a { background-color: #C41EC9; }
a { background-color: rgb(196,30,201); }
div.DivClassName
{
background-color: #C41EC9;
}
.BgClassName
{
background-color: #C41EC9;
}
</style>
border-color css
<style>
span { border-color: #C41EC9; }
span { border-color: rgb(196,30,201); }
td.TdClassName
{
border-color: #C41EC9;
}
.TagClassName
{
border-color: #C41EC9;
}
</style>