Shades of Medium Violet Red #C71998
Tints of Medium Violet Red #C71998
RGB
CMYK
RGB Variations
Color information
#C71998 (or 0xC71998) is known color: Medium Violet Red. HEX triplet: C7, 19 and 98. RGB value is (199,25,152). Sum of RGB (Red+Green+Blue) = 199+25+152=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C71998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71998 is #38E667. Grayscale: #5B5B5B. Windows color (decimal): -3729000 or 9968071. OLE color: 9968071.
HSL color Cylindrical-coordinate representation of color #C71998: hue angle of 316.21º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71998 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 152 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.22 |
| HSL | 316.21º | 0.78% | 0.44% | - |
| HSV(B) | 316.21º | 0.87% | 0.78% | - |
| XYZ | 29.57 | 15.1 | 31.06 | - |
| YUV | 91.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 152 | 0 | 0.87 | 0.24 | 0.22 | 316.21 | 0.78 | 0.44 |
| Hex | C7 | 19 | 98 | 0 | 57 | 18 | 16 | 13C | 4E | 2C |
| Octal | 307 | 31 | 230 | 0 | 127 | 30 | 26 | 474 | 116 | 54 |
| Binary | 11000111 | 11001 | 10011000 | 0 | 1010111 | 11000 | 10110 | 100111100 | 1001110 | 101100 |
Color Harmonies of #C71998
Complementary color
Monochromatic Colors of #C71998
Black with #C71998
Text Example
Text Example
White with #C71998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71998; }
p { color: rgb(199,25,152); }
H1.HeaderClassName
{
color: #C71998;
}
.AnyTagClassName
{
color: #C71998;
}
</style>
background-color css
<style>
a { background-color: #C71998; }
a { background-color: rgb(199,25,152); }
div.DivClassName
{
background-color: #C71998;
}
.BgClassName
{
background-color: #C71998;
}
</style>
border-color css
<style>
span { border-color: #C71998; }
span { border-color: rgb(199,25,152); }
td.TdClassName
{
border-color: #C71998;
}
.TagClassName
{
border-color: #C71998;
}
</style>