Shades of Medium Violet Red #C41B91
Tints of Medium Violet Red #C41B91
RGB
CMYK
RGB Variations
Color information
#C41B91 (or 0xC41B91) is known color: Medium Violet Red. HEX triplet: C4, 1B and 91. RGB value is (196,27,145). Sum of RGB (Red+Green+Blue) = 196+27+145=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B91 is #3BE46E. Grayscale: #5A5A5A. Windows color (decimal): -3925103 or 9509828. OLE color: 9509828.
HSL color Cylindrical-coordinate representation of color #C41B91: hue angle of 318.11º 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 #C41B91 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 145 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.23 |
| HSL | 318.11º | 0.76% | 0.44% | - |
| HSV(B) | 318.11º | 0.86% | 0.77% | - |
| XYZ | 28.27 | 14.56 | 28.11 | - |
| YUV | 90.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 145 | 0 | 0.86 | 0.26 | 0.23 | 318.11 | 0.76 | 0.44 |
| Hex | C4 | 1B | 91 | 0 | 56 | 1A | 17 | 13E | 4C | 2C |
| Octal | 304 | 33 | 221 | 0 | 126 | 32 | 27 | 476 | 114 | 54 |
| Binary | 11000100 | 11011 | 10010001 | 0 | 1010110 | 11010 | 10111 | 100111110 | 1001100 | 101100 |
Color Harmonies of #C41B91
Complementary color
Monochromatic Colors of #C41B91
Black with #C41B91
Text Example
Text Example
White with #C41B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B91; }
p { color: rgb(196,27,145); }
H1.HeaderClassName
{
color: #C41B91;
}
.AnyTagClassName
{
color: #C41B91;
}
</style>
background-color css
<style>
a { background-color: #C41B91; }
a { background-color: rgb(196,27,145); }
div.DivClassName
{
background-color: #C41B91;
}
.BgClassName
{
background-color: #C41B91;
}
</style>
border-color css
<style>
span { border-color: #C41B91; }
span { border-color: rgb(196,27,145); }
td.TdClassName
{
border-color: #C41B91;
}
.TagClassName
{
border-color: #C41B91;
}
</style>