Shades of Medium Violet Red #C71698
Tints of Medium Violet Red #C71698
RGB
CMYK
RGB Variations
Color information
#C71698 (or 0xC71698) is known color: Medium Violet Red. HEX triplet: C7, 16 and 98. RGB value is (199,22,152). Sum of RGB (Red+Green+Blue) = 199+22+152=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C71698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71698 is #38E967. Grayscale: #595959. Windows color (decimal): -3729768 or 9967303. OLE color: 9967303.
HSL color Cylindrical-coordinate representation of color #C71698: hue angle of 315.93º 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 #C71698 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 152 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.22 |
| HSL | 315.93º | 0.8% | 0.43% | - |
| HSV(B) | 315.93º | 0.89% | 0.78% | - |
| XYZ | 29.51 | 14.98 | 31.04 | - |
| YUV | 89.74 | 163.14 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 152 | 0 | 0.89 | 0.24 | 0.22 | 315.93 | 0.8 | 0.43 |
| Hex | C7 | 16 | 98 | 0 | 59 | 18 | 16 | 13C | 50 | 2B |
| Octal | 307 | 26 | 230 | 0 | 131 | 30 | 26 | 474 | 120 | 53 |
| Binary | 11000111 | 10110 | 10011000 | 0 | 1011001 | 11000 | 10110 | 100111100 | 1010000 | 101011 |
Color Harmonies of #C71698
Complementary color
Monochromatic Colors of #C71698
Black with #C71698
Text Example
Text Example
White with #C71698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71698; }
p { color: rgb(199,22,152); }
H1.HeaderClassName
{
color: #C71698;
}
.AnyTagClassName
{
color: #C71698;
}
</style>
background-color css
<style>
a { background-color: #C71698; }
a { background-color: rgb(199,22,152); }
div.DivClassName
{
background-color: #C71698;
}
.BgClassName
{
background-color: #C71698;
}
</style>
border-color css
<style>
span { border-color: #C71698; }
span { border-color: rgb(199,22,152); }
td.TdClassName
{
border-color: #C71698;
}
.TagClassName
{
border-color: #C71698;
}
</style>