Shades of Medium Violet Red #C8199C
Tints of Medium Violet Red #C8199C
RGB
CMYK
RGB Variations
Color information
#C8199C (or 0xC8199C) is known color: Medium Violet Red. HEX triplet: C8, 19 and 9C. RGB value is (200,25,156). Sum of RGB (Red+Green+Blue) = 200+25+156=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8199C is #37E663. Grayscale: #5B5B5B. Windows color (decimal): -3663460 or 10230216. OLE color: 10230216.
HSL color Cylindrical-coordinate representation of color #C8199C: hue angle of 315.09º 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 #C8199C is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 156 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.22 |
| HSL | 315.09º | 0.78% | 0.44% | - |
| HSV(B) | 315.09º | 0.88% | 0.78% | - |
| XYZ | 30.17 | 15.37 | 32.83 | - |
| YUV | 92.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 156 | 0 | 0.88 | 0.22 | 0.22 | 315.09 | 0.78 | 0.44 |
| Hex | C8 | 19 | 9C | 0 | 58 | 16 | 16 | 13B | 4E | 2C |
| Octal | 310 | 31 | 234 | 0 | 130 | 26 | 26 | 473 | 116 | 54 |
| Binary | 11001000 | 11001 | 10011100 | 0 | 1011000 | 10110 | 10110 | 100111011 | 1001110 | 101100 |
Color Harmonies of #C8199C
Complementary color
Monochromatic Colors of #C8199C
Black with #C8199C
Text Example
Text Example
White with #C8199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8199C; }
p { color: rgb(200,25,156); }
H1.HeaderClassName
{
color: #C8199C;
}
.AnyTagClassName
{
color: #C8199C;
}
</style>
background-color css
<style>
a { background-color: #C8199C; }
a { background-color: rgb(200,25,156); }
div.DivClassName
{
background-color: #C8199C;
}
.BgClassName
{
background-color: #C8199C;
}
</style>
border-color css
<style>
span { border-color: #C8199C; }
span { border-color: rgb(200,25,156); }
td.TdClassName
{
border-color: #C8199C;
}
.TagClassName
{
border-color: #C8199C;
}
</style>