Shades of Medium Violet Red #C71D70
Tints of Medium Violet Red #C71D70
RGB
CMYK
RGB Variations
Color information
#C71D70 (or 0xC71D70) is known color: Medium Violet Red. HEX triplet: C7, 1D and 70. RGB value is (199,29,112). Sum of RGB (Red+Green+Blue) = 199+29+112=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D70 is #38E28F. Grayscale: #595959. Windows color (decimal): -3728016 or 7347655. OLE color: 7347655.
HSL color Cylindrical-coordinate representation of color #C71D70: hue angle of 330.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D70 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 112 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.22 |
| HSL | 330.71º | 0.75% | 0.45% | - |
| HSV(B) | 330.71º | 0.85% | 0.78% | - |
| XYZ | 26.92 | 14.19 | 16.65 | - |
| YUV | 89.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 112 | 0 | 0.85 | 0.44 | 0.22 | 330.71 | 0.75 | 0.45 |
| Hex | C7 | 1D | 70 | 0 | 55 | 2C | 16 | 14B | 4B | 2D |
| Octal | 307 | 35 | 160 | 0 | 125 | 54 | 26 | 513 | 113 | 55 |
| Binary | 11000111 | 11101 | 1110000 | 0 | 1010101 | 101100 | 10110 | 101001011 | 1001011 | 101101 |
Color Harmonies of #C71D70
Complementary color
Monochromatic Colors of #C71D70
Black with #C71D70
Text Example
Text Example
White with #C71D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D70; }
p { color: rgb(199,29,112); }
H1.HeaderClassName
{
color: #C71D70;
}
.AnyTagClassName
{
color: #C71D70;
}
</style>
background-color css
<style>
a { background-color: #C71D70; }
a { background-color: rgb(199,29,112); }
div.DivClassName
{
background-color: #C71D70;
}
.BgClassName
{
background-color: #C71D70;
}
</style>
border-color css
<style>
span { border-color: #C71D70; }
span { border-color: rgb(199,29,112); }
td.TdClassName
{
border-color: #C71D70;
}
.TagClassName
{
border-color: #C71D70;
}
</style>