Shades of Medium Violet Red #C9167C
Tints of Medium Violet Red #C9167C
RGB
CMYK
RGB Variations
Color information
#C9167C (or 0xC9167C) is known color: Medium Violet Red. HEX triplet: C9, 16 and 7C. RGB value is (201,22,124). Sum of RGB (Red+Green+Blue) = 201+22+124=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9167C is #36E983. Grayscale: #565656. Windows color (decimal): -3598724 or 8132297. OLE color: 8132297.
HSL color Cylindrical-coordinate representation of color #C9167C: hue angle of 325.81º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9167C is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 124 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.21 |
| HSL | 325.81º | 0.8% | 0.44% | - |
| HSV(B) | 325.81º | 0.89% | 0.79% | - |
| XYZ | 28.01 | 14.45 | 20.38 | - |
| YUV | 87.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 124 | 0 | 0.89 | 0.38 | 0.21 | 325.81 | 0.8 | 0.44 |
| Hex | C9 | 16 | 7C | 0 | 59 | 26 | 15 | 146 | 50 | 2C |
| Octal | 311 | 26 | 174 | 0 | 131 | 46 | 25 | 506 | 120 | 54 |
| Binary | 11001001 | 10110 | 1111100 | 0 | 1011001 | 100110 | 10101 | 101000110 | 1010000 | 101100 |
Color Harmonies of #C9167C
Complementary color
Monochromatic Colors of #C9167C
Black with #C9167C
Text Example
Text Example
White with #C9167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9167C; }
p { color: rgb(201,22,124); }
H1.HeaderClassName
{
color: #C9167C;
}
.AnyTagClassName
{
color: #C9167C;
}
</style>
background-color css
<style>
a { background-color: #C9167C; }
a { background-color: rgb(201,22,124); }
div.DivClassName
{
background-color: #C9167C;
}
.BgClassName
{
background-color: #C9167C;
}
</style>
border-color css
<style>
span { border-color: #C9167C; }
span { border-color: rgb(201,22,124); }
td.TdClassName
{
border-color: #C9167C;
}
.TagClassName
{
border-color: #C9167C;
}
</style>