Shades of Medium Violet Red #C41F86
Tints of Medium Violet Red #C41F86
RGB
CMYK
RGB Variations
Color information
#C41F86 (or 0xC41F86) is known color: Medium Violet Red. HEX triplet: C4, 1F and 86. RGB value is (196,31,134). Sum of RGB (Red+Green+Blue) = 196+31+134=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41F86 is #3BE079. Grayscale: #5B5B5B. Windows color (decimal): -3924090 or 8789956. OLE color: 8789956.
HSL color Cylindrical-coordinate representation of color #C41F86: hue angle of 322.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F86 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 134 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.23 |
| HSL | 322.55º | 0.73% | 0.45% | - |
| HSV(B) | 322.55º | 0.84% | 0.77% | - |
| XYZ | 27.56 | 14.44 | 23.89 | - |
| YUV | 92.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 134 | 0 | 0.84 | 0.32 | 0.23 | 322.55 | 0.73 | 0.45 |
| Hex | C4 | 1F | 86 | 0 | 54 | 20 | 17 | 143 | 49 | 2D |
| Octal | 304 | 37 | 206 | 0 | 124 | 40 | 27 | 503 | 111 | 55 |
| Binary | 11000100 | 11111 | 10000110 | 0 | 1010100 | 100000 | 10111 | 101000011 | 1001001 | 101101 |
Color Harmonies of #C41F86
Complementary color
Monochromatic Colors of #C41F86
Black with #C41F86
Text Example
Text Example
White with #C41F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F86; }
p { color: rgb(196,31,134); }
H1.HeaderClassName
{
color: #C41F86;
}
.AnyTagClassName
{
color: #C41F86;
}
</style>
background-color css
<style>
a { background-color: #C41F86; }
a { background-color: rgb(196,31,134); }
div.DivClassName
{
background-color: #C41F86;
}
.BgClassName
{
background-color: #C41F86;
}
</style>
border-color css
<style>
span { border-color: #C41F86; }
span { border-color: rgb(196,31,134); }
td.TdClassName
{
border-color: #C41F86;
}
.TagClassName
{
border-color: #C41F86;
}
</style>