Shades of Medium Violet Red #C7169A
Tints of Medium Violet Red #C7169A
RGB
CMYK
RGB Variations
Color information
#C7169A (or 0xC7169A) is known color: Medium Violet Red. HEX triplet: C7, 16 and 9A. RGB value is (199,22,154). Sum of RGB (Red+Green+Blue) = 199+22+154=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7169A is #38E965. Grayscale: #595959. Windows color (decimal): -3729766 or 10098375. OLE color: 10098375.
HSL color Cylindrical-coordinate representation of color #C7169A: hue angle of 315.25º 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 #C7169A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.22 |
| HSL | 315.25º | 0.8% | 0.43% | - |
| HSV(B) | 315.25º | 0.89% | 0.78% | - |
| XYZ | 29.67 | 15.05 | 31.91 | - |
| YUV | 89.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 154 | 0 | 0.89 | 0.23 | 0.22 | 315.25 | 0.8 | 0.43 |
| Hex | C7 | 16 | 9A | 0 | 59 | 17 | 16 | 13B | 50 | 2B |
| Octal | 307 | 26 | 232 | 0 | 131 | 27 | 26 | 473 | 120 | 53 |
| Binary | 11000111 | 10110 | 10011010 | 0 | 1011001 | 10111 | 10110 | 100111011 | 1010000 | 101011 |
Color Harmonies of #C7169A
Complementary color
Monochromatic Colors of #C7169A
Black with #C7169A
Text Example
Text Example
White with #C7169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7169A; }
p { color: rgb(199,22,154); }
H1.HeaderClassName
{
color: #C7169A;
}
.AnyTagClassName
{
color: #C7169A;
}
</style>
background-color css
<style>
a { background-color: #C7169A; }
a { background-color: rgb(199,22,154); }
div.DivClassName
{
background-color: #C7169A;
}
.BgClassName
{
background-color: #C7169A;
}
</style>
border-color css
<style>
span { border-color: #C7169A; }
span { border-color: rgb(199,22,154); }
td.TdClassName
{
border-color: #C7169A;
}
.TagClassName
{
border-color: #C7169A;
}
</style>