Shades of Medium Violet Red #C7168F
Tints of Medium Violet Red #C7168F
RGB
CMYK
RGB Variations
Color information
#C7168F (or 0xC7168F) is known color: Medium Violet Red. HEX triplet: C7, 16 and 8F. RGB value is (199,22,143). Sum of RGB (Red+Green+Blue) = 199+22+143=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7168F is #38E970. Grayscale: #585858. Windows color (decimal): -3729777 or 9377479. OLE color: 9377479.
HSL color Cylindrical-coordinate representation of color #C7168F: hue angle of 318.98º 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 #C7168F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 143 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.22 |
| HSL | 318.98º | 0.8% | 0.43% | - |
| HSV(B) | 318.98º | 0.89% | 0.78% | - |
| XYZ | 28.8 | 14.7 | 27.31 | - |
| YUV | 88.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 143 | 0 | 0.89 | 0.28 | 0.22 | 318.98 | 0.8 | 0.43 |
| Hex | C7 | 16 | 8F | 0 | 59 | 1C | 16 | 13F | 50 | 2B |
| Octal | 307 | 26 | 217 | 0 | 131 | 34 | 26 | 477 | 120 | 53 |
| Binary | 11000111 | 10110 | 10001111 | 0 | 1011001 | 11100 | 10110 | 100111111 | 1010000 | 101011 |
Color Harmonies of #C7168F
Complementary color
Monochromatic Colors of #C7168F
Black with #C7168F
Text Example
Text Example
White with #C7168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7168F; }
p { color: rgb(199,22,143); }
H1.HeaderClassName
{
color: #C7168F;
}
.AnyTagClassName
{
color: #C7168F;
}
</style>
background-color css
<style>
a { background-color: #C7168F; }
a { background-color: rgb(199,22,143); }
div.DivClassName
{
background-color: #C7168F;
}
.BgClassName
{
background-color: #C7168F;
}
</style>
border-color css
<style>
span { border-color: #C7168F; }
span { border-color: rgb(199,22,143); }
td.TdClassName
{
border-color: #C7168F;
}
.TagClassName
{
border-color: #C7168F;
}
</style>