Shades of Medium Violet Red #C41B86
Tints of Medium Violet Red #C41B86
RGB
CMYK
RGB Variations
Color information
#C41B86 (or 0xC41B86) is known color: Medium Violet Red. HEX triplet: C4, 1B and 86. RGB value is (196,27,134). Sum of RGB (Red+Green+Blue) = 196+27+134=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B86 is #3BE479. Grayscale: #595959. Windows color (decimal): -3925114 or 8788932. OLE color: 8788932.
HSL color Cylindrical-coordinate representation of color #C41B86: hue angle of 322.01º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B86 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 134 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.23 |
| HSL | 322.01º | 0.76% | 0.44% | - |
| HSV(B) | 322.01º | 0.86% | 0.77% | - |
| XYZ | 27.46 | 14.24 | 23.86 | - |
| YUV | 89.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 134 | 0 | 0.86 | 0.32 | 0.23 | 322.01 | 0.76 | 0.44 |
| Hex | C4 | 1B | 86 | 0 | 56 | 20 | 17 | 142 | 4C | 2C |
| Octal | 304 | 33 | 206 | 0 | 126 | 40 | 27 | 502 | 114 | 54 |
| Binary | 11000100 | 11011 | 10000110 | 0 | 1010110 | 100000 | 10111 | 101000010 | 1001100 | 101100 |
Color Harmonies of #C41B86
Complementary color
Monochromatic Colors of #C41B86
Black with #C41B86
Text Example
Text Example
White with #C41B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B86; }
p { color: rgb(196,27,134); }
H1.HeaderClassName
{
color: #C41B86;
}
.AnyTagClassName
{
color: #C41B86;
}
</style>
background-color css
<style>
a { background-color: #C41B86; }
a { background-color: rgb(196,27,134); }
div.DivClassName
{
background-color: #C41B86;
}
.BgClassName
{
background-color: #C41B86;
}
</style>
border-color css
<style>
span { border-color: #C41B86; }
span { border-color: rgb(196,27,134); }
td.TdClassName
{
border-color: #C41B86;
}
.TagClassName
{
border-color: #C41B86;
}
</style>