Shades of Medium Violet Red #C41786
Tints of Medium Violet Red #C41786
RGB
CMYK
RGB Variations
Color information
#C41786 (or 0xC41786) is known color: Medium Violet Red. HEX triplet: C4, 17 and 86. RGB value is (196,23,134). Sum of RGB (Red+Green+Blue) = 196+23+134=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C41786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41786 is #3BE879. Grayscale: #575757. Windows color (decimal): -3926138 or 8787908. OLE color: 8787908.
HSL color Cylindrical-coordinate representation of color #C41786: hue angle of 321.5º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41786 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 134 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.23 |
| HSL | 321.5º | 0.79% | 0.43% | - |
| HSV(B) | 321.5º | 0.88% | 0.77% | - |
| XYZ | 27.37 | 14.07 | 23.83 | - |
| YUV | 87.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 134 | 0 | 0.88 | 0.32 | 0.23 | 321.5 | 0.79 | 0.43 |
| Hex | C4 | 17 | 86 | 0 | 58 | 20 | 17 | 142 | 4F | 2B |
| Octal | 304 | 27 | 206 | 0 | 130 | 40 | 27 | 502 | 117 | 53 |
| Binary | 11000100 | 10111 | 10000110 | 0 | 1011000 | 100000 | 10111 | 101000010 | 1001111 | 101011 |
Color Harmonies of #C41786
Complementary color
Monochromatic Colors of #C41786
Black with #C41786
Text Example
Text Example
White with #C41786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41786; }
p { color: rgb(196,23,134); }
H1.HeaderClassName
{
color: #C41786;
}
.AnyTagClassName
{
color: #C41786;
}
</style>
background-color css
<style>
a { background-color: #C41786; }
a { background-color: rgb(196,23,134); }
div.DivClassName
{
background-color: #C41786;
}
.BgClassName
{
background-color: #C41786;
}
</style>
border-color css
<style>
span { border-color: #C41786; }
span { border-color: rgb(196,23,134); }
td.TdClassName
{
border-color: #C41786;
}
.TagClassName
{
border-color: #C41786;
}
</style>