Shades of Medium Violet Red #C7168D
Tints of Medium Violet Red #C7168D
RGB
CMYK
RGB Variations
Color information
#C7168D (or 0xC7168D) is known color: Medium Violet Red. HEX triplet: C7, 16 and 8D. RGB value is (199,22,141). Sum of RGB (Red+Green+Blue) = 199+22+141=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7168D is #38E972. Grayscale: #585858. Windows color (decimal): -3729779 or 9246407. OLE color: 9246407.
HSL color Cylindrical-coordinate representation of color #C7168D: hue angle of 319.66º 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 #C7168D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 141 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.22 |
| HSL | 319.66º | 0.8% | 0.43% | - |
| HSV(B) | 319.66º | 0.89% | 0.78% | - |
| XYZ | 28.65 | 14.64 | 26.52 | - |
| YUV | 88.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 141 | 0 | 0.89 | 0.29 | 0.22 | 319.66 | 0.8 | 0.43 |
| Hex | C7 | 16 | 8D | 0 | 59 | 1D | 16 | 140 | 50 | 2B |
| Octal | 307 | 26 | 215 | 0 | 131 | 35 | 26 | 500 | 120 | 53 |
| Binary | 11000111 | 10110 | 10001101 | 0 | 1011001 | 11101 | 10110 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C7168D
Complementary color
Monochromatic Colors of #C7168D
Black with #C7168D
Text Example
Text Example
White with #C7168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7168D; }
p { color: rgb(199,22,141); }
H1.HeaderClassName
{
color: #C7168D;
}
.AnyTagClassName
{
color: #C7168D;
}
</style>
background-color css
<style>
a { background-color: #C7168D; }
a { background-color: rgb(199,22,141); }
div.DivClassName
{
background-color: #C7168D;
}
.BgClassName
{
background-color: #C7168D;
}
</style>
border-color css
<style>
span { border-color: #C7168D; }
span { border-color: rgb(199,22,141); }
td.TdClassName
{
border-color: #C7168D;
}
.TagClassName
{
border-color: #C7168D;
}
</style>