Shades of Medium Violet Red #C7169D
Tints of Medium Violet Red #C7169D
RGB
CMYK
RGB Variations
Color information
#C7169D (or 0xC7169D) is known color: Medium Violet Red. HEX triplet: C7, 16 and 9D. RGB value is (199,22,157). Sum of RGB (Red+Green+Blue) = 199+22+157=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7169D is #38E962. Grayscale: #595959. Windows color (decimal): -3729763 or 10294983. OLE color: 10294983.
HSL color Cylindrical-coordinate representation of color #C7169D: hue angle of 314.24º 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 #C7169D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 157 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.22 |
| HSL | 314.24º | 0.8% | 0.43% | - |
| HSV(B) | 314.24º | 0.89% | 0.78% | - |
| XYZ | 29.93 | 15.15 | 33.25 | - |
| YUV | 90.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 157 | 0 | 0.89 | 0.21 | 0.22 | 314.24 | 0.8 | 0.43 |
| Hex | C7 | 16 | 9D | 0 | 59 | 15 | 16 | 13A | 50 | 2B |
| Octal | 307 | 26 | 235 | 0 | 131 | 25 | 26 | 472 | 120 | 53 |
| Binary | 11000111 | 10110 | 10011101 | 0 | 1011001 | 10101 | 10110 | 100111010 | 1010000 | 101011 |
Color Harmonies of #C7169D
Complementary color
Monochromatic Colors of #C7169D
Black with #C7169D
Text Example
Text Example
White with #C7169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7169D; }
p { color: rgb(199,22,157); }
H1.HeaderClassName
{
color: #C7169D;
}
.AnyTagClassName
{
color: #C7169D;
}
</style>
background-color css
<style>
a { background-color: #C7169D; }
a { background-color: rgb(199,22,157); }
div.DivClassName
{
background-color: #C7169D;
}
.BgClassName
{
background-color: #C7169D;
}
</style>
border-color css
<style>
span { border-color: #C7169D; }
span { border-color: rgb(199,22,157); }
td.TdClassName
{
border-color: #C7169D;
}
.TagClassName
{
border-color: #C7169D;
}
</style>