Shades of Deep Magenta #C41EB4
Tints of Deep Magenta #C41EB4
RGB
CMYK
RGB Variations
Color information
#C41EB4 (or 0xC41EB4) is known color: Deep Magenta. HEX triplet: C4, 1E and B4. RGB value is (196,30,180). Sum of RGB (Red+Green+Blue) = 196+30+180=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EB4 is #3BE14B. Grayscale: #606060. Windows color (decimal): -3924300 or 11804356. OLE color: 11804356.
HSL color Cylindrical-coordinate representation of color #C41EB4: hue angle of 305.78º 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 #C41EB4 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 180 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.23 |
| HSL | 305.78º | 0.73% | 0.44% | - |
| HSV(B) | 305.78º | 0.85% | 0.77% | - |
| XYZ | 31.47 | 15.96 | 44.6 | - |
| YUV | 96.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 180 | 0 | 0.85 | 0.08 | 0.23 | 305.78 | 0.73 | 0.44 |
| Hex | C4 | 1E | B4 | 0 | 55 | 8 | 17 | 132 | 49 | 2C |
| Octal | 304 | 36 | 264 | 0 | 125 | 10 | 27 | 462 | 111 | 54 |
| Binary | 11000100 | 11110 | 10110100 | 0 | 1010101 | 1000 | 10111 | 100110010 | 1001001 | 101100 |
Color Harmonies of #C41EB4
Complementary color
Monochromatic Colors of #C41EB4
Black with #C41EB4
Text Example
Text Example
White with #C41EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EB4; }
p { color: rgb(196,30,180); }
H1.HeaderClassName
{
color: #C41EB4;
}
.AnyTagClassName
{
color: #C41EB4;
}
</style>
background-color css
<style>
a { background-color: #C41EB4; }
a { background-color: rgb(196,30,180); }
div.DivClassName
{
background-color: #C41EB4;
}
.BgClassName
{
background-color: #C41EB4;
}
</style>
border-color css
<style>
span { border-color: #C41EB4; }
span { border-color: rgb(196,30,180); }
td.TdClassName
{
border-color: #C41EB4;
}
.TagClassName
{
border-color: #C41EB4;
}
</style>