Shades of Medium Violet Red #C41EA8
Tints of Medium Violet Red #C41EA8
RGB
CMYK
RGB Variations
Color information
#C41EA8 (or 0xC41EA8) is known color: Medium Violet Red. HEX triplet: C4, 1E and A8. RGB value is (196,30,168). Sum of RGB (Red+Green+Blue) = 196+30+168=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41EA8 is #3BE157. Grayscale: #5E5E5E. Windows color (decimal): -3924312 or 11017924. OLE color: 11017924.
HSL color Cylindrical-coordinate representation of color #C41EA8: hue angle of 310.12º 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 #C41EA8 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 168 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.23 |
| HSL | 310.12º | 0.73% | 0.44% | - |
| HSV(B) | 310.12º | 0.85% | 0.77% | - |
| XYZ | 30.3 | 15.49 | 38.44 | - |
| YUV | 95.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 168 | 0 | 0.85 | 0.14 | 0.23 | 310.12 | 0.73 | 0.44 |
| Hex | C4 | 1E | A8 | 0 | 55 | E | 17 | 136 | 49 | 2C |
| Octal | 304 | 36 | 250 | 0 | 125 | 16 | 27 | 466 | 111 | 54 |
| Binary | 11000100 | 11110 | 10101000 | 0 | 1010101 | 1110 | 10111 | 100110110 | 1001001 | 101100 |
Color Harmonies of #C41EA8
Complementary color
Monochromatic Colors of #C41EA8
Black with #C41EA8
Text Example
Text Example
White with #C41EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41EA8; }
p { color: rgb(196,30,168); }
H1.HeaderClassName
{
color: #C41EA8;
}
.AnyTagClassName
{
color: #C41EA8;
}
</style>
background-color css
<style>
a { background-color: #C41EA8; }
a { background-color: rgb(196,30,168); }
div.DivClassName
{
background-color: #C41EA8;
}
.BgClassName
{
background-color: #C41EA8;
}
</style>
border-color css
<style>
span { border-color: #C41EA8; }
span { border-color: rgb(196,30,168); }
td.TdClassName
{
border-color: #C41EA8;
}
.TagClassName
{
border-color: #C41EA8;
}
</style>