Shades of Medium Violet Red #C41D86
Tints of Medium Violet Red #C41D86
RGB
CMYK
RGB Variations
Color information
#C41D86 (or 0xC41D86) is known color: Medium Violet Red. HEX triplet: C4, 1D and 86. RGB value is (196,29,134). Sum of RGB (Red+Green+Blue) = 196+29+134=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D86 is #3BE279. Grayscale: #5A5A5A. Windows color (decimal): -3924602 or 8789444. OLE color: 8789444.
HSL color Cylindrical-coordinate representation of color #C41D86: hue angle of 322.28º degrees, saturation: 0.74, 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 #C41D86 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 134 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.23 |
| HSL | 322.28º | 0.74% | 0.44% | - |
| HSV(B) | 322.28º | 0.85% | 0.77% | - |
| XYZ | 27.51 | 14.34 | 23.87 | - |
| YUV | 90.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 134 | 0 | 0.85 | 0.32 | 0.23 | 322.28 | 0.74 | 0.44 |
| Hex | C4 | 1D | 86 | 0 | 55 | 20 | 17 | 142 | 4A | 2C |
| Octal | 304 | 35 | 206 | 0 | 125 | 40 | 27 | 502 | 112 | 54 |
| Binary | 11000100 | 11101 | 10000110 | 0 | 1010101 | 100000 | 10111 | 101000010 | 1001010 | 101100 |
Color Harmonies of #C41D86
Complementary color
Monochromatic Colors of #C41D86
Black with #C41D86
Text Example
Text Example
White with #C41D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D86; }
p { color: rgb(196,29,134); }
H1.HeaderClassName
{
color: #C41D86;
}
.AnyTagClassName
{
color: #C41D86;
}
</style>
background-color css
<style>
a { background-color: #C41D86; }
a { background-color: rgb(196,29,134); }
div.DivClassName
{
background-color: #C41D86;
}
.BgClassName
{
background-color: #C41D86;
}
</style>
border-color css
<style>
span { border-color: #C41D86; }
span { border-color: rgb(196,29,134); }
td.TdClassName
{
border-color: #C41D86;
}
.TagClassName
{
border-color: #C41D86;
}
</style>