Shades of Medium Violet Red #C9167A
Tints of Medium Violet Red #C9167A
RGB
CMYK
RGB Variations
Color information
#C9167A (or 0xC9167A) is known color: Medium Violet Red. HEX triplet: C9, 16 and 7A. RGB value is (201,22,122). Sum of RGB (Red+Green+Blue) = 201+22+122=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9167A is #36E985. Grayscale: #565656. Windows color (decimal): -3598726 or 8001225. OLE color: 8001225.
HSL color Cylindrical-coordinate representation of color #C9167A: hue angle of 326.48º 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 #C9167A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 122 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.21 |
| HSL | 326.48º | 0.8% | 0.44% | - |
| HSV(B) | 326.48º | 0.89% | 0.79% | - |
| XYZ | 27.89 | 14.4 | 19.72 | - |
| YUV | 86.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 122 | 0 | 0.89 | 0.39 | 0.21 | 326.48 | 0.8 | 0.44 |
| Hex | C9 | 16 | 7A | 0 | 59 | 27 | 15 | 146 | 50 | 2C |
| Octal | 311 | 26 | 172 | 0 | 131 | 47 | 25 | 506 | 120 | 54 |
| Binary | 11001001 | 10110 | 1111010 | 0 | 1011001 | 100111 | 10101 | 101000110 | 1010000 | 101100 |
Color Harmonies of #C9167A
Complementary color
Monochromatic Colors of #C9167A
Black with #C9167A
Text Example
Text Example
White with #C9167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9167A; }
p { color: rgb(201,22,122); }
H1.HeaderClassName
{
color: #C9167A;
}
.AnyTagClassName
{
color: #C9167A;
}
</style>
background-color css
<style>
a { background-color: #C9167A; }
a { background-color: rgb(201,22,122); }
div.DivClassName
{
background-color: #C9167A;
}
.BgClassName
{
background-color: #C9167A;
}
</style>
border-color css
<style>
span { border-color: #C9167A; }
span { border-color: rgb(201,22,122); }
td.TdClassName
{
border-color: #C9167A;
}
.TagClassName
{
border-color: #C9167A;
}
</style>