Shades of Medium Violet Red #C7169C
Tints of Medium Violet Red #C7169C
RGB
CMYK
RGB Variations
Color information
#C7169C (or 0xC7169C) is known color: Medium Violet Red. HEX triplet: C7, 16 and 9C. RGB value is (199,22,156). Sum of RGB (Red+Green+Blue) = 199+22+156=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7169C is #38E963. Grayscale: #595959. Windows color (decimal): -3729764 or 10229447. OLE color: 10229447.
HSL color Cylindrical-coordinate representation of color #C7169C: hue angle of 314.58º 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 #C7169C is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 156 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.22 |
| HSL | 314.58º | 0.8% | 0.43% | - |
| HSV(B) | 314.58º | 0.89% | 0.78% | - |
| XYZ | 29.84 | 15.12 | 32.8 | - |
| YUV | 90.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 156 | 0 | 0.89 | 0.22 | 0.22 | 314.58 | 0.8 | 0.43 |
| Hex | C7 | 16 | 9C | 0 | 59 | 16 | 16 | 13B | 50 | 2B |
| Octal | 307 | 26 | 234 | 0 | 131 | 26 | 26 | 473 | 120 | 53 |
| Binary | 11000111 | 10110 | 10011100 | 0 | 1011001 | 10110 | 10110 | 100111011 | 1010000 | 101011 |
Color Harmonies of #C7169C
Complementary color
Monochromatic Colors of #C7169C
Black with #C7169C
Text Example
Text Example
White with #C7169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7169C; }
p { color: rgb(199,22,156); }
H1.HeaderClassName
{
color: #C7169C;
}
.AnyTagClassName
{
color: #C7169C;
}
</style>
background-color css
<style>
a { background-color: #C7169C; }
a { background-color: rgb(199,22,156); }
div.DivClassName
{
background-color: #C7169C;
}
.BgClassName
{
background-color: #C7169C;
}
</style>
border-color css
<style>
span { border-color: #C7169C; }
span { border-color: rgb(199,22,156); }
td.TdClassName
{
border-color: #C7169C;
}
.TagClassName
{
border-color: #C7169C;
}
</style>