Shades of Deep Magenta #C41EB5
Tints of Deep Magenta #C41EB5
RGB
CMYK
RGB Variations
Color information
#C41EB5 (or 0xC41EB5) is known color: Deep Magenta. HEX triplet: C4, 1E and B5. RGB value is (196,30,181). Sum of RGB (Red+Green+Blue) = 196+30+181=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EB5 is #3BE14A. Grayscale: #606060. Windows color (decimal): -3924299 or 11869892. OLE color: 11869892.
HSL color Cylindrical-coordinate representation of color #C41EB5: hue angle of 305.42º 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 #C41EB5 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 181 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.23 |
| HSL | 305.42º | 0.73% | 0.44% | - |
| HSV(B) | 305.42º | 0.85% | 0.77% | - |
| XYZ | 31.57 | 16 | 45.14 | - |
| YUV | 96.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 181 | 0 | 0.85 | 0.08 | 0.23 | 305.42 | 0.73 | 0.44 |
| Hex | C4 | 1E | B5 | 0 | 55 | 8 | 17 | 131 | 49 | 2C |
| Octal | 304 | 36 | 265 | 0 | 125 | 10 | 27 | 461 | 111 | 54 |
| Binary | 11000100 | 11110 | 10110101 | 0 | 1010101 | 1000 | 10111 | 100110001 | 1001001 | 101100 |
Color Harmonies of #C41EB5
Complementary color
Monochromatic Colors of #C41EB5
Black with #C41EB5
Text Example
Text Example
White with #C41EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EB5; }
p { color: rgb(196,30,181); }
H1.HeaderClassName
{
color: #C41EB5;
}
.AnyTagClassName
{
color: #C41EB5;
}
</style>
background-color css
<style>
a { background-color: #C41EB5; }
a { background-color: rgb(196,30,181); }
div.DivClassName
{
background-color: #C41EB5;
}
.BgClassName
{
background-color: #C41EB5;
}
</style>
border-color css
<style>
span { border-color: #C41EB5; }
span { border-color: rgb(196,30,181); }
td.TdClassName
{
border-color: #C41EB5;
}
.TagClassName
{
border-color: #C41EB5;
}
</style>