Shades of Medium Violet Red #C70F71
Tints of Medium Violet Red #C70F71
RGB
CMYK
RGB Variations
Color information
#C70F71 (or 0xC70F71) is known color: Medium Violet Red. HEX triplet: C7, 0F and 71. RGB value is (199,15,113). Sum of RGB (Red+Green+Blue) = 199+15+113=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70F71 is #38F08E. Grayscale: #505050. Windows color (decimal): -3731599 or 7409607. OLE color: 7409607.
HSL color Cylindrical-coordinate representation of color #C70F71: hue angle of 328.04º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F71 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 113 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.22 |
| HSL | 328.04º | 0.86% | 0.42% | - |
| HSV(B) | 328.04º | 0.92% | 0.78% | - |
| XYZ | 26.7 | 13.68 | 16.86 | - |
| YUV | 81.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 113 | 0 | 0.92 | 0.43 | 0.22 | 328.04 | 0.86 | 0.42 |
| Hex | C7 | F | 71 | 0 | 5C | 2B | 16 | 148 | 56 | 2A |
| Octal | 307 | 17 | 161 | 0 | 134 | 53 | 26 | 510 | 126 | 52 |
| Binary | 11000111 | 1111 | 1110001 | 0 | 1011100 | 101011 | 10110 | 101001000 | 1010110 | 101010 |
Color Harmonies of #C70F71
Complementary color
Monochromatic Colors of #C70F71
Black with #C70F71
Text Example
Text Example
White with #C70F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F71; }
p { color: rgb(199,15,113); }
H1.HeaderClassName
{
color: #C70F71;
}
.AnyTagClassName
{
color: #C70F71;
}
</style>
background-color css
<style>
a { background-color: #C70F71; }
a { background-color: rgb(199,15,113); }
div.DivClassName
{
background-color: #C70F71;
}
.BgClassName
{
background-color: #C70F71;
}
</style>
border-color css
<style>
span { border-color: #C70F71; }
span { border-color: rgb(199,15,113); }
td.TdClassName
{
border-color: #C70F71;
}
.TagClassName
{
border-color: #C70F71;
}
</style>