Shades of Medium Violet Red #C40C71
Tints of Medium Violet Red #C40C71
RGB
CMYK
RGB Variations
Color information
#C40C71 (or 0xC40C71) is known color: Medium Violet Red. HEX triplet: C4, 0C and 71. RGB value is (196,12,113). Sum of RGB (Red+Green+Blue) = 196+12+113=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C71 is #3BF38E. Grayscale: #4E4E4E. Windows color (decimal): -3928975 or 7408836. OLE color: 7408836.
HSL color Cylindrical-coordinate representation of color #C40C71: hue angle of 327.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C71 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 113 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.23 |
| HSL | 327.07º | 0.88% | 0.41% | - |
| HSV(B) | 327.07º | 0.94% | 0.77% | - |
| XYZ | 25.88 | 13.19 | 16.81 | - |
| YUV | 78.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 113 | 0 | 0.94 | 0.42 | 0.23 | 327.07 | 0.88 | 0.41 |
| Hex | C4 | C | 71 | 0 | 5E | 2A | 17 | 147 | 58 | 29 |
| Octal | 304 | 14 | 161 | 0 | 136 | 52 | 27 | 507 | 130 | 51 |
| Binary | 11000100 | 1100 | 1110001 | 0 | 1011110 | 101010 | 10111 | 101000111 | 1011000 | 101001 |
Color Harmonies of #C40C71
Complementary color
Monochromatic Colors of #C40C71
Black with #C40C71
Text Example
Text Example
White with #C40C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C71; }
p { color: rgb(196,12,113); }
H1.HeaderClassName
{
color: #C40C71;
}
.AnyTagClassName
{
color: #C40C71;
}
</style>
background-color css
<style>
a { background-color: #C40C71; }
a { background-color: rgb(196,12,113); }
div.DivClassName
{
background-color: #C40C71;
}
.BgClassName
{
background-color: #C40C71;
}
</style>
border-color css
<style>
span { border-color: #C40C71; }
span { border-color: rgb(196,12,113); }
td.TdClassName
{
border-color: #C40C71;
}
.TagClassName
{
border-color: #C40C71;
}
</style>