Shades of Medium Violet Red #C7168C
Tints of Medium Violet Red #C7168C
RGB
CMYK
RGB Variations
Color information
#C7168C (or 0xC7168C) is known color: Medium Violet Red. HEX triplet: C7, 16 and 8C. RGB value is (199,22,140). Sum of RGB (Red+Green+Blue) = 199+22+140=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7168C is #38E973. Grayscale: #585858. Windows color (decimal): -3729780 or 9180871. OLE color: 9180871.
HSL color Cylindrical-coordinate representation of color #C7168C: hue angle of 320º 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 #C7168C is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 140 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.22 |
| HSL | 320º | 0.8% | 0.43% | - |
| HSV(B) | 320º | 0.89% | 0.78% | - |
| XYZ | 28.57 | 14.61 | 26.12 | - |
| YUV | 88.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 140 | 0 | 0.89 | 0.30 | 0.22 | 320 | 0.8 | 0.43 |
| Hex | C7 | 16 | 8C | 0 | 59 | 1E | 16 | 140 | 50 | 2B |
| Octal | 307 | 26 | 214 | 0 | 131 | 36 | 26 | 500 | 120 | 53 |
| Binary | 11000111 | 10110 | 10001100 | 0 | 1011001 | 11110 | 10110 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C7168C
Complementary color
Monochromatic Colors of #C7168C
Black with #C7168C
Text Example
Text Example
White with #C7168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7168C; }
p { color: rgb(199,22,140); }
H1.HeaderClassName
{
color: #C7168C;
}
.AnyTagClassName
{
color: #C7168C;
}
</style>
background-color css
<style>
a { background-color: #C7168C; }
a { background-color: rgb(199,22,140); }
div.DivClassName
{
background-color: #C7168C;
}
.BgClassName
{
background-color: #C7168C;
}
</style>
border-color css
<style>
span { border-color: #C7168C; }
span { border-color: rgb(199,22,140); }
td.TdClassName
{
border-color: #C7168C;
}
.TagClassName
{
border-color: #C7168C;
}
</style>