Shades of Medium Violet Red #C8198A
Tints of Medium Violet Red #C8198A
RGB
CMYK
RGB Variations
Color information
#C8198A (or 0xC8198A) is known color: Medium Violet Red. HEX triplet: C8, 19 and 8A. RGB value is (200,25,138). Sum of RGB (Red+Green+Blue) = 200+25+138=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8198A is #37E675. Grayscale: #595959. Windows color (decimal): -3663478 or 9050568. OLE color: 9050568.
HSL color Cylindrical-coordinate representation of color #C8198A: hue angle of 321.26º degrees, saturation: 0.78, 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 #C8198A is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 138 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.22 |
| HSL | 321.26º | 0.78% | 0.44% | - |
| HSV(B) | 321.26º | 0.88% | 0.78% | - |
| XYZ | 28.75 | 14.81 | 25.39 | - |
| YUV | 90.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 138 | 0 | 0.88 | 0.31 | 0.22 | 321.26 | 0.78 | 0.44 |
| Hex | C8 | 19 | 8A | 0 | 58 | 1F | 16 | 141 | 4E | 2C |
| Octal | 310 | 31 | 212 | 0 | 130 | 37 | 26 | 501 | 116 | 54 |
| Binary | 11001000 | 11001 | 10001010 | 0 | 1011000 | 11111 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C8198A
Complementary color
Monochromatic Colors of #C8198A
Black with #C8198A
Text Example
Text Example
White with #C8198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8198A; }
p { color: rgb(200,25,138); }
H1.HeaderClassName
{
color: #C8198A;
}
.AnyTagClassName
{
color: #C8198A;
}
</style>
background-color css
<style>
a { background-color: #C8198A; }
a { background-color: rgb(200,25,138); }
div.DivClassName
{
background-color: #C8198A;
}
.BgClassName
{
background-color: #C8198A;
}
</style>
border-color css
<style>
span { border-color: #C8198A; }
span { border-color: rgb(200,25,138); }
td.TdClassName
{
border-color: #C8198A;
}
.TagClassName
{
border-color: #C8198A;
}
</style>