Shades of Medium Violet Red #C7167A
Tints of Medium Violet Red #C7167A
RGB
CMYK
RGB Variations
Color information
#C7167A (or 0xC7167A) is known color: Medium Violet Red. HEX triplet: C7, 16 and 7A. RGB value is (199,22,122). Sum of RGB (Red+Green+Blue) = 199+22+122=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7167A is #38E985. Grayscale: #565656. Windows color (decimal): -3729798 or 8001223. OLE color: 8001223.
HSL color Cylindrical-coordinate representation of color #C7167A: hue angle of 326.1º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7167A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 122 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.22 |
| HSL | 326.1º | 0.8% | 0.43% | - |
| HSV(B) | 326.1º | 0.89% | 0.78% | - |
| XYZ | 27.35 | 14.12 | 19.7 | - |
| YUV | 86.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 122 | 0 | 0.89 | 0.39 | 0.22 | 326.1 | 0.8 | 0.43 |
| Hex | C7 | 16 | 7A | 0 | 59 | 27 | 16 | 146 | 50 | 2B |
| Octal | 307 | 26 | 172 | 0 | 131 | 47 | 26 | 506 | 120 | 53 |
| Binary | 11000111 | 10110 | 1111010 | 0 | 1011001 | 100111 | 10110 | 101000110 | 1010000 | 101011 |
Color Harmonies of #C7167A
Complementary color
Monochromatic Colors of #C7167A
Black with #C7167A
Text Example
Text Example
White with #C7167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7167A; }
p { color: rgb(199,22,122); }
H1.HeaderClassName
{
color: #C7167A;
}
.AnyTagClassName
{
color: #C7167A;
}
</style>
background-color css
<style>
a { background-color: #C7167A; }
a { background-color: rgb(199,22,122); }
div.DivClassName
{
background-color: #C7167A;
}
.BgClassName
{
background-color: #C7167A;
}
</style>
border-color css
<style>
span { border-color: #C7167A; }
span { border-color: rgb(199,22,122); }
td.TdClassName
{
border-color: #C7167A;
}
.TagClassName
{
border-color: #C7167A;
}
</style>