Shades of Medium Violet Red #C9167E
Tints of Medium Violet Red #C9167E
RGB
CMYK
RGB Variations
Color information
#C9167E (or 0xC9167E) is known color: Medium Violet Red. HEX triplet: C9, 16 and 7E. RGB value is (201,22,126). Sum of RGB (Red+Green+Blue) = 201+22+126=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9167E is #36E981. Grayscale: #575757. Windows color (decimal): -3598722 or 8263369. OLE color: 8263369.
HSL color Cylindrical-coordinate representation of color #C9167E: hue angle of 325.14º 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 #C9167E is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.21 |
| HSL | 325.14º | 0.8% | 0.44% | - |
| HSV(B) | 325.14º | 0.89% | 0.79% | - |
| XYZ | 28.14 | 14.5 | 21.05 | - |
| YUV | 87.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 126 | 0 | 0.89 | 0.37 | 0.21 | 325.14 | 0.8 | 0.44 |
| Hex | C9 | 16 | 7E | 0 | 59 | 25 | 15 | 145 | 50 | 2C |
| Octal | 311 | 26 | 176 | 0 | 131 | 45 | 25 | 505 | 120 | 54 |
| Binary | 11001001 | 10110 | 1111110 | 0 | 1011001 | 100101 | 10101 | 101000101 | 1010000 | 101100 |
Color Harmonies of #C9167E
Complementary color
Monochromatic Colors of #C9167E
Black with #C9167E
Text Example
Text Example
White with #C9167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9167E; }
p { color: rgb(201,22,126); }
H1.HeaderClassName
{
color: #C9167E;
}
.AnyTagClassName
{
color: #C9167E;
}
</style>
background-color css
<style>
a { background-color: #C9167E; }
a { background-color: rgb(201,22,126); }
div.DivClassName
{
background-color: #C9167E;
}
.BgClassName
{
background-color: #C9167E;
}
</style>
border-color css
<style>
span { border-color: #C9167E; }
span { border-color: rgb(201,22,126); }
td.TdClassName
{
border-color: #C9167E;
}
.TagClassName
{
border-color: #C9167E;
}
</style>