Shades of Medium Violet Red #C7198A
Tints of Medium Violet Red #C7198A
RGB
CMYK
RGB Variations
Color information
#C7198A (or 0xC7198A) is known color: Medium Violet Red. HEX triplet: C7, 19 and 8A. RGB value is (199,25,138). Sum of RGB (Red+Green+Blue) = 199+25+138=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7198A is #38E675. Grayscale: #595959. Windows color (decimal): -3729014 or 9050567. OLE color: 9050567.
HSL color Cylindrical-coordinate representation of color #C7198A: hue angle of 321.03º 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 #C7198A is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 138 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.22 |
| HSL | 321.03º | 0.78% | 0.44% | - |
| HSV(B) | 321.03º | 0.87% | 0.78% | - |
| XYZ | 28.49 | 14.67 | 25.38 | - |
| YUV | 89.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 138 | 0 | 0.87 | 0.31 | 0.22 | 321.03 | 0.78 | 0.44 |
| Hex | C7 | 19 | 8A | 0 | 57 | 1F | 16 | 141 | 4E | 2C |
| Octal | 307 | 31 | 212 | 0 | 127 | 37 | 26 | 501 | 116 | 54 |
| Binary | 11000111 | 11001 | 10001010 | 0 | 1010111 | 11111 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C7198A
Complementary color
Monochromatic Colors of #C7198A
Black with #C7198A
Text Example
Text Example
White with #C7198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7198A; }
p { color: rgb(199,25,138); }
H1.HeaderClassName
{
color: #C7198A;
}
.AnyTagClassName
{
color: #C7198A;
}
</style>
background-color css
<style>
a { background-color: #C7198A; }
a { background-color: rgb(199,25,138); }
div.DivClassName
{
background-color: #C7198A;
}
.BgClassName
{
background-color: #C7198A;
}
</style>
border-color css
<style>
span { border-color: #C7198A; }
span { border-color: rgb(199,25,138); }
td.TdClassName
{
border-color: #C7198A;
}
.TagClassName
{
border-color: #C7198A;
}
</style>