Shades of Medium Violet Red #C9196D
Tints of Medium Violet Red #C9196D
RGB
CMYK
RGB Variations
Color information
#C9196D (or 0xC9196D) is known color: Medium Violet Red. HEX triplet: C9, 19 and 6D. RGB value is (201,25,109). Sum of RGB (Red+Green+Blue) = 201+25+109=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9196D is #36E692. Grayscale: #575757. Windows color (decimal): -3597971 or 7150025. OLE color: 7150025.
HSL color Cylindrical-coordinate representation of color #C9196D: hue angle of 331.36º 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 #C9196D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 109 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.21 |
| HSL | 331.36º | 0.78% | 0.44% | - |
| HSV(B) | 331.36º | 0.88% | 0.79% | - |
| XYZ | 27.2 | 14.22 | 15.78 | - |
| YUV | 87.2 | 140.31 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 109 | 0 | 0.88 | 0.46 | 0.21 | 331.36 | 0.78 | 0.44 |
| Hex | C9 | 19 | 6D | 0 | 58 | 2E | 15 | 14B | 4E | 2C |
| Octal | 311 | 31 | 155 | 0 | 130 | 56 | 25 | 513 | 116 | 54 |
| Binary | 11001001 | 11001 | 1101101 | 0 | 1011000 | 101110 | 10101 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C9196D
Complementary color
Monochromatic Colors of #C9196D
Black with #C9196D
Text Example
Text Example
White with #C9196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9196D; }
p { color: rgb(201,25,109); }
H1.HeaderClassName
{
color: #C9196D;
}
.AnyTagClassName
{
color: #C9196D;
}
</style>
background-color css
<style>
a { background-color: #C9196D; }
a { background-color: rgb(201,25,109); }
div.DivClassName
{
background-color: #C9196D;
}
.BgClassName
{
background-color: #C9196D;
}
</style>
border-color css
<style>
span { border-color: #C9196D; }
span { border-color: rgb(201,25,109); }
td.TdClassName
{
border-color: #C9196D;
}
.TagClassName
{
border-color: #C9196D;
}
</style>