Shades of Medium Violet Red #C41E9F
Tints of Medium Violet Red #C41E9F
RGB
CMYK
RGB Variations
Color information
#C41E9F (or 0xC41E9F) is known color: Medium Violet Red. HEX triplet: C4, 1E and 9F. RGB value is (196,30,159). Sum of RGB (Red+Green+Blue) = 196+30+159=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41E9F is #3BE160. Grayscale: #5D5D5D. Windows color (decimal): -3924321 or 10428100. OLE color: 10428100.
HSL color Cylindrical-coordinate representation of color #C41E9F: hue angle of 313.37º 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 #C41E9F is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 159 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.23 |
| HSL | 313.37º | 0.73% | 0.44% | - |
| HSV(B) | 313.37º | 0.85% | 0.77% | - |
| XYZ | 29.49 | 15.17 | 34.17 | - |
| YUV | 94.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 159 | 0 | 0.85 | 0.19 | 0.23 | 313.37 | 0.73 | 0.44 |
| Hex | C4 | 1E | 9F | 0 | 55 | 13 | 17 | 139 | 49 | 2C |
| Octal | 304 | 36 | 237 | 0 | 125 | 23 | 27 | 471 | 111 | 54 |
| Binary | 11000100 | 11110 | 10011111 | 0 | 1010101 | 10011 | 10111 | 100111001 | 1001001 | 101100 |
Color Harmonies of #C41E9F
Complementary color
Monochromatic Colors of #C41E9F
Black with #C41E9F
Text Example
Text Example
White with #C41E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E9F; }
p { color: rgb(196,30,159); }
H1.HeaderClassName
{
color: #C41E9F;
}
.AnyTagClassName
{
color: #C41E9F;
}
</style>
background-color css
<style>
a { background-color: #C41E9F; }
a { background-color: rgb(196,30,159); }
div.DivClassName
{
background-color: #C41E9F;
}
.BgClassName
{
background-color: #C41E9F;
}
</style>
border-color css
<style>
span { border-color: #C41E9F; }
span { border-color: rgb(196,30,159); }
td.TdClassName
{
border-color: #C41E9F;
}
.TagClassName
{
border-color: #C41E9F;
}
</style>