Shades of Medium Violet Red #C40F71
Tints of Medium Violet Red #C40F71
RGB
CMYK
RGB Variations
Color information
#C40F71 (or 0xC40F71) is known color: Medium Violet Red. HEX triplet: C4, 0F and 71. RGB value is (196,15,113). Sum of RGB (Red+Green+Blue) = 196+15+113=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F71 is #3BF08E. Grayscale: #505050. Windows color (decimal): -3928207 or 7409604. OLE color: 7409604.
HSL color Cylindrical-coordinate representation of color #C40F71: hue angle of 327.51º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F71 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 113 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.23 |
| HSL | 327.51º | 0.86% | 0.41% | - |
| HSV(B) | 327.51º | 0.92% | 0.77% | - |
| XYZ | 25.92 | 13.27 | 16.82 | - |
| YUV | 80.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 113 | 0 | 0.92 | 0.42 | 0.23 | 327.51 | 0.86 | 0.41 |
| Hex | C4 | F | 71 | 0 | 5C | 2A | 17 | 148 | 56 | 29 |
| Octal | 304 | 17 | 161 | 0 | 134 | 52 | 27 | 510 | 126 | 51 |
| Binary | 11000100 | 1111 | 1110001 | 0 | 1011100 | 101010 | 10111 | 101001000 | 1010110 | 101001 |
Color Harmonies of #C40F71
Complementary color
Monochromatic Colors of #C40F71
Black with #C40F71
Text Example
Text Example
White with #C40F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F71; }
p { color: rgb(196,15,113); }
H1.HeaderClassName
{
color: #C40F71;
}
.AnyTagClassName
{
color: #C40F71;
}
</style>
background-color css
<style>
a { background-color: #C40F71; }
a { background-color: rgb(196,15,113); }
div.DivClassName
{
background-color: #C40F71;
}
.BgClassName
{
background-color: #C40F71;
}
</style>
border-color css
<style>
span { border-color: #C40F71; }
span { border-color: rgb(196,15,113); }
td.TdClassName
{
border-color: #C40F71;
}
.TagClassName
{
border-color: #C40F71;
}
</style>