Shades of Medium Violet Red #C71798
Tints of Medium Violet Red #C71798
RGB
CMYK
RGB Variations
Color information
#C71798 (or 0xC71798) is known color: Medium Violet Red. HEX triplet: C7, 17 and 98. RGB value is (199,23,152). Sum of RGB (Red+Green+Blue) = 199+23+152=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C71798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71798 is #38E867. Grayscale: #595959. Windows color (decimal): -3729512 or 9967559. OLE color: 9967559.
HSL color Cylindrical-coordinate representation of color #C71798: hue angle of 316.02º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71798 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 152 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.22 |
| HSL | 316.02º | 0.79% | 0.44% | - |
| HSV(B) | 316.02º | 0.88% | 0.78% | - |
| XYZ | 29.53 | 15.02 | 31.05 | - |
| YUV | 90.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 152 | 0 | 0.88 | 0.24 | 0.22 | 316.02 | 0.79 | 0.44 |
| Hex | C7 | 17 | 98 | 0 | 58 | 18 | 16 | 13C | 4F | 2C |
| Octal | 307 | 27 | 230 | 0 | 130 | 30 | 26 | 474 | 117 | 54 |
| Binary | 11000111 | 10111 | 10011000 | 0 | 1011000 | 11000 | 10110 | 100111100 | 1001111 | 101100 |
Color Harmonies of #C71798
Complementary color
Monochromatic Colors of #C71798
Black with #C71798
Text Example
Text Example
White with #C71798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71798; }
p { color: rgb(199,23,152); }
H1.HeaderClassName
{
color: #C71798;
}
.AnyTagClassName
{
color: #C71798;
}
</style>
background-color css
<style>
a { background-color: #C71798; }
a { background-color: rgb(199,23,152); }
div.DivClassName
{
background-color: #C71798;
}
.BgClassName
{
background-color: #C71798;
}
</style>
border-color css
<style>
span { border-color: #C71798; }
span { border-color: rgb(199,23,152); }
td.TdClassName
{
border-color: #C71798;
}
.TagClassName
{
border-color: #C71798;
}
</style>