Shades of Medium Violet Red #C9167F
Tints of Medium Violet Red #C9167F
RGB
CMYK
RGB Variations
Color information
#C9167F (or 0xC9167F) is known color: Medium Violet Red. HEX triplet: C9, 16 and 7F. RGB value is (201,22,127). Sum of RGB (Red+Green+Blue) = 201+22+127=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9167F is #36E980. Grayscale: #575757. Windows color (decimal): -3598721 or 8328905. OLE color: 8328905.
HSL color Cylindrical-coordinate representation of color #C9167F: hue angle of 324.8º 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 #C9167F is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 127 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.21 |
| HSL | 324.8º | 0.8% | 0.44% | - |
| HSV(B) | 324.8º | 0.89% | 0.79% | - |
| XYZ | 28.21 | 14.52 | 21.4 | - |
| YUV | 87.49 | 150.3 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 127 | 0 | 0.89 | 0.37 | 0.21 | 324.8 | 0.8 | 0.44 |
| Hex | C9 | 16 | 7F | 0 | 59 | 25 | 15 | 145 | 50 | 2C |
| Octal | 311 | 26 | 177 | 0 | 131 | 45 | 25 | 505 | 120 | 54 |
| Binary | 11001001 | 10110 | 1111111 | 0 | 1011001 | 100101 | 10101 | 101000101 | 1010000 | 101100 |
Color Harmonies of #C9167F
Complementary color
Monochromatic Colors of #C9167F
Black with #C9167F
Text Example
Text Example
White with #C9167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9167F; }
p { color: rgb(201,22,127); }
H1.HeaderClassName
{
color: #C9167F;
}
.AnyTagClassName
{
color: #C9167F;
}
</style>
background-color css
<style>
a { background-color: #C9167F; }
a { background-color: rgb(201,22,127); }
div.DivClassName
{
background-color: #C9167F;
}
.BgClassName
{
background-color: #C9167F;
}
</style>
border-color css
<style>
span { border-color: #C9167F; }
span { border-color: rgb(201,22,127); }
td.TdClassName
{
border-color: #C9167F;
}
.TagClassName
{
border-color: #C9167F;
}
</style>