Shades of Medium Violet Red #C9199A
Tints of Medium Violet Red #C9199A
RGB
CMYK
RGB Variations
Color information
#C9199A (or 0xC9199A) is known color: Medium Violet Red. HEX triplet: C9, 19 and 9A. RGB value is (201,25,154). Sum of RGB (Red+Green+Blue) = 201+25+154=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9199A is #36E665. Grayscale: #5B5B5B. Windows color (decimal): -3597926 or 10099145. OLE color: 10099145.
HSL color Cylindrical-coordinate representation of color #C9199A: hue angle of 316.02º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9199A is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 154 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.21 |
| HSL | 316.02º | 0.78% | 0.44% | - |
| HSV(B) | 316.02º | 0.88% | 0.79% | - |
| XYZ | 30.27 | 15.45 | 31.96 | - |
| YUV | 92.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 154 | 0 | 0.88 | 0.23 | 0.21 | 316.02 | 0.78 | 0.44 |
| Hex | C9 | 19 | 9A | 0 | 58 | 17 | 15 | 13C | 4E | 2C |
| Octal | 311 | 31 | 232 | 0 | 130 | 27 | 25 | 474 | 116 | 54 |
| Binary | 11001001 | 11001 | 10011010 | 0 | 1011000 | 10111 | 10101 | 100111100 | 1001110 | 101100 |
Color Harmonies of #C9199A
Complementary color
Monochromatic Colors of #C9199A
Black with #C9199A
Text Example
Text Example
White with #C9199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9199A; }
p { color: rgb(201,25,154); }
H1.HeaderClassName
{
color: #C9199A;
}
.AnyTagClassName
{
color: #C9199A;
}
</style>
background-color css
<style>
a { background-color: #C9199A; }
a { background-color: rgb(201,25,154); }
div.DivClassName
{
background-color: #C9199A;
}
.BgClassName
{
background-color: #C9199A;
}
</style>
border-color css
<style>
span { border-color: #C9199A; }
span { border-color: rgb(201,25,154); }
td.TdClassName
{
border-color: #C9199A;
}
.TagClassName
{
border-color: #C9199A;
}
</style>