Shades of Medium Violet Red #C7198B
Tints of Medium Violet Red #C7198B
RGB
CMYK
RGB Variations
Color information
#C7198B (or 0xC7198B) is known color: Medium Violet Red. HEX triplet: C7, 19 and 8B. RGB value is (199,25,139). Sum of RGB (Red+Green+Blue) = 199+25+139=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7198B is #38E674. Grayscale: #595959. Windows color (decimal): -3729013 or 9116103. OLE color: 9116103.
HSL color Cylindrical-coordinate representation of color #C7198B: hue angle of 320.69º 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 #C7198B is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 139 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.22 |
| HSL | 320.69º | 0.78% | 0.44% | - |
| HSV(B) | 320.69º | 0.87% | 0.78% | - |
| XYZ | 28.56 | 14.7 | 25.76 | - |
| YUV | 90.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 139 | 0 | 0.87 | 0.30 | 0.22 | 320.69 | 0.78 | 0.44 |
| Hex | C7 | 19 | 8B | 0 | 57 | 1E | 16 | 141 | 4E | 2C |
| Octal | 307 | 31 | 213 | 0 | 127 | 36 | 26 | 501 | 116 | 54 |
| Binary | 11000111 | 11001 | 10001011 | 0 | 1010111 | 11110 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C7198B
Complementary color
Monochromatic Colors of #C7198B
Black with #C7198B
Text Example
Text Example
White with #C7198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7198B; }
p { color: rgb(199,25,139); }
H1.HeaderClassName
{
color: #C7198B;
}
.AnyTagClassName
{
color: #C7198B;
}
</style>
background-color css
<style>
a { background-color: #C7198B; }
a { background-color: rgb(199,25,139); }
div.DivClassName
{
background-color: #C7198B;
}
.BgClassName
{
background-color: #C7198B;
}
</style>
border-color css
<style>
span { border-color: #C7198B; }
span { border-color: rgb(199,25,139); }
td.TdClassName
{
border-color: #C7198B;
}
.TagClassName
{
border-color: #C7198B;
}
</style>