Shades of Medium Violet Red #C40071
Tints of Medium Violet Red #C40071
RGB
CMYK
RGB Variations
Color information
#C40071 (or 0xC40071) is known color: Medium Violet Red. HEX triplet: C4, 00 and 71. RGB value is (196,0,113). Sum of RGB (Red+Green+Blue) = 196+0+113=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C40071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40071 is #3BFF8E. Grayscale: #474747. Windows color (decimal): -3932047 or 7405764. OLE color: 7405764.
HSL color Cylindrical-coordinate representation of color #C40071: hue angle of 325.41º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40071 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.42 | 0.23 |
| HSL | 325.41º | 1% | 0.38% | - |
| HSV(B) | 325.41º | 1% | 0.77% | - |
| XYZ | 25.75 | 12.93 | 16.76 | - |
| YUV | 71.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 113 | 0 | 1 | 0.42 | 0.23 | 325.41 | 1 | 0.38 |
| Hex | C4 | 0 | 71 | 0 | 64 | 2A | 17 | 145 | 64 | 26 |
| Octal | 304 | 0 | 161 | 0 | 144 | 52 | 27 | 505 | 144 | 46 |
| Binary | 11000100 | 0 | 1110001 | 0 | 1100100 | 101010 | 10111 | 101000101 | 1100100 | 100110 |
Color Harmonies of #C40071
Complementary color
Monochromatic Colors of #C40071
Black with #C40071
Text Example
Text Example
White with #C40071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40071; }
p { color: rgb(196,0,113); }
H1.HeaderClassName
{
color: #C40071;
}
.AnyTagClassName
{
color: #C40071;
}
</style>
background-color css
<style>
a { background-color: #C40071; }
a { background-color: rgb(196,0,113); }
div.DivClassName
{
background-color: #C40071;
}
.BgClassName
{
background-color: #C40071;
}
</style>
border-color css
<style>
span { border-color: #C40071; }
span { border-color: rgb(196,0,113); }
td.TdClassName
{
border-color: #C40071;
}
.TagClassName
{
border-color: #C40071;
}
</style>