Shades of Medium Violet Red #C41E6F
Tints of Medium Violet Red #C41E6F
RGB
CMYK
RGB Variations
Color information
#C41E6F (or 0xC41E6F) is known color: Medium Violet Red. HEX triplet: C4, 1E and 6F. RGB value is (196,30,111). Sum of RGB (Red+Green+Blue) = 196+30+111=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E6F is #3BE190. Grayscale: #585858. Windows color (decimal): -3924369 or 7282372. OLE color: 7282372.
HSL color Cylindrical-coordinate representation of color #C41E6F: hue angle of 330.72º 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 #C41E6F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 111 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.23 |
| HSL | 330.72º | 0.73% | 0.44% | - |
| HSV(B) | 330.72º | 0.85% | 0.77% | - |
| XYZ | 26.1 | 13.81 | 16.33 | - |
| YUV | 88.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 111 | 0 | 0.85 | 0.43 | 0.23 | 330.72 | 0.73 | 0.44 |
| Hex | C4 | 1E | 6F | 0 | 55 | 2B | 17 | 14B | 49 | 2C |
| Octal | 304 | 36 | 157 | 0 | 125 | 53 | 27 | 513 | 111 | 54 |
| Binary | 11000100 | 11110 | 1101111 | 0 | 1010101 | 101011 | 10111 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C41E6F
Complementary color
Monochromatic Colors of #C41E6F
Black with #C41E6F
Text Example
Text Example
White with #C41E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E6F; }
p { color: rgb(196,30,111); }
H1.HeaderClassName
{
color: #C41E6F;
}
.AnyTagClassName
{
color: #C41E6F;
}
</style>
background-color css
<style>
a { background-color: #C41E6F; }
a { background-color: rgb(196,30,111); }
div.DivClassName
{
background-color: #C41E6F;
}
.BgClassName
{
background-color: #C41E6F;
}
</style>
border-color css
<style>
span { border-color: #C41E6F; }
span { border-color: rgb(196,30,111); }
td.TdClassName
{
border-color: #C41E6F;
}
.TagClassName
{
border-color: #C41E6F;
}
</style>