Shades of Medium Violet Red #C71675
Tints of Medium Violet Red #C71675
RGB
CMYK
RGB Variations
Color information
#C71675 (or 0xC71675) is known color: Medium Violet Red. HEX triplet: C7, 16 and 75. RGB value is (199,22,117). Sum of RGB (Red+Green+Blue) = 199+22+117=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C71675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71675 is #38E98A. Grayscale: #555555. Windows color (decimal): -3729803 or 7673543. OLE color: 7673543.
HSL color Cylindrical-coordinate representation of color #C71675: hue angle of 327.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71675 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 117 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.22 |
| HSL | 327.8º | 0.8% | 0.43% | - |
| HSV(B) | 327.8º | 0.89% | 0.78% | - |
| XYZ | 27.05 | 14 | 18.11 | - |
| YUV | 85.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 117 | 0 | 0.89 | 0.41 | 0.22 | 327.8 | 0.8 | 0.43 |
| Hex | C7 | 16 | 75 | 0 | 59 | 29 | 16 | 148 | 50 | 2B |
| Octal | 307 | 26 | 165 | 0 | 131 | 51 | 26 | 510 | 120 | 53 |
| Binary | 11000111 | 10110 | 1110101 | 0 | 1011001 | 101001 | 10110 | 101001000 | 1010000 | 101011 |
Color Harmonies of #C71675
Complementary color
Monochromatic Colors of #C71675
Black with #C71675
Text Example
Text Example
White with #C71675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71675; }
p { color: rgb(199,22,117); }
H1.HeaderClassName
{
color: #C71675;
}
.AnyTagClassName
{
color: #C71675;
}
</style>
background-color css
<style>
a { background-color: #C71675; }
a { background-color: rgb(199,22,117); }
div.DivClassName
{
background-color: #C71675;
}
.BgClassName
{
background-color: #C71675;
}
</style>
border-color css
<style>
span { border-color: #C71675; }
span { border-color: rgb(199,22,117); }
td.TdClassName
{
border-color: #C71675;
}
.TagClassName
{
border-color: #C71675;
}
</style>