Shades of Medium Violet Red #C41E95
Tints of Medium Violet Red #C41E95
RGB
CMYK
RGB Variations
Color information
#C41E95 (or 0xC41E95) is known color: Medium Violet Red. HEX triplet: C4, 1E and 95. RGB value is (196,30,149). Sum of RGB (Red+Green+Blue) = 196+30+149=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41E95 is #3BE16A. Grayscale: #5C5C5C. Windows color (decimal): -3924331 or 9772740. OLE color: 9772740.
HSL color Cylindrical-coordinate representation of color #C41E95: hue angle of 316.99º 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 #C41E95 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 149 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.23 |
| HSL | 316.99º | 0.73% | 0.44% | - |
| HSV(B) | 316.99º | 0.85% | 0.77% | - |
| XYZ | 28.65 | 14.83 | 29.79 | - |
| YUV | 93.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 149 | 0 | 0.85 | 0.24 | 0.23 | 316.99 | 0.73 | 0.44 |
| Hex | C4 | 1E | 95 | 0 | 55 | 18 | 17 | 13D | 49 | 2C |
| Octal | 304 | 36 | 225 | 0 | 125 | 30 | 27 | 475 | 111 | 54 |
| Binary | 11000100 | 11110 | 10010101 | 0 | 1010101 | 11000 | 10111 | 100111101 | 1001001 | 101100 |
Color Harmonies of #C41E95
Complementary color
Monochromatic Colors of #C41E95
Black with #C41E95
Text Example
Text Example
White with #C41E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E95; }
p { color: rgb(196,30,149); }
H1.HeaderClassName
{
color: #C41E95;
}
.AnyTagClassName
{
color: #C41E95;
}
</style>
background-color css
<style>
a { background-color: #C41E95; }
a { background-color: rgb(196,30,149); }
div.DivClassName
{
background-color: #C41E95;
}
.BgClassName
{
background-color: #C41E95;
}
</style>
border-color css
<style>
span { border-color: #C41E95; }
span { border-color: rgb(196,30,149); }
td.TdClassName
{
border-color: #C41E95;
}
.TagClassName
{
border-color: #C41E95;
}
</style>