Shades of Medium Violet Red #C9199B
Tints of Medium Violet Red #C9199B
RGB
CMYK
RGB Variations
Color information
#C9199B (or 0xC9199B) is known color: Medium Violet Red. HEX triplet: C9, 19 and 9B. RGB value is (201,25,155). Sum of RGB (Red+Green+Blue) = 201+25+155=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9199B is #36E664. Grayscale: #5C5C5C. Windows color (decimal): -3597925 or 10164681. OLE color: 10164681.
HSL color Cylindrical-coordinate representation of color #C9199B: hue angle of 315.68º 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 #C9199B is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 155 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.21 |
| HSL | 315.68º | 0.78% | 0.44% | - |
| HSV(B) | 315.68º | 0.88% | 0.79% | - |
| XYZ | 30.35 | 15.48 | 32.4 | - |
| YUV | 92.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 155 | 0 | 0.88 | 0.23 | 0.21 | 315.68 | 0.78 | 0.44 |
| Hex | C9 | 19 | 9B | 0 | 58 | 17 | 15 | 13C | 4E | 2C |
| Octal | 311 | 31 | 233 | 0 | 130 | 27 | 25 | 474 | 116 | 54 |
| Binary | 11001001 | 11001 | 10011011 | 0 | 1011000 | 10111 | 10101 | 100111100 | 1001110 | 101100 |
Color Harmonies of #C9199B
Complementary color
Monochromatic Colors of #C9199B
Black with #C9199B
Text Example
Text Example
White with #C9199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9199B; }
p { color: rgb(201,25,155); }
H1.HeaderClassName
{
color: #C9199B;
}
.AnyTagClassName
{
color: #C9199B;
}
</style>
background-color css
<style>
a { background-color: #C9199B; }
a { background-color: rgb(201,25,155); }
div.DivClassName
{
background-color: #C9199B;
}
.BgClassName
{
background-color: #C9199B;
}
</style>
border-color css
<style>
span { border-color: #C9199B; }
span { border-color: rgb(201,25,155); }
td.TdClassName
{
border-color: #C9199B;
}
.TagClassName
{
border-color: #C9199B;
}
</style>