Shades of Medium Violet Red #C9169F
Tints of Medium Violet Red #C9169F
RGB
CMYK
RGB Variations
Color information
#C9169F (or 0xC9169F) is known color: Medium Violet Red. HEX triplet: C9, 16 and 9F. RGB value is (201,22,159). Sum of RGB (Red+Green+Blue) = 201+22+159=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9169F is #36E960. Grayscale: #5A5A5A. Windows color (decimal): -3598689 or 10426057. OLE color: 10426057.
HSL color Cylindrical-coordinate representation of color #C9169F: hue angle of 314.08º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9169F is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 159 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.21 |
| HSL | 314.08º | 0.8% | 0.44% | - |
| HSV(B) | 314.08º | 0.89% | 0.79% | - |
| XYZ | 30.63 | 15.49 | 34.18 | - |
| YUV | 91.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 159 | 0 | 0.89 | 0.21 | 0.21 | 314.08 | 0.8 | 0.44 |
| Hex | C9 | 16 | 9F | 0 | 59 | 15 | 15 | 13A | 50 | 2C |
| Octal | 311 | 26 | 237 | 0 | 131 | 25 | 25 | 472 | 120 | 54 |
| Binary | 11001001 | 10110 | 10011111 | 0 | 1011001 | 10101 | 10101 | 100111010 | 1010000 | 101100 |
Color Harmonies of #C9169F
Complementary color
Monochromatic Colors of #C9169F
Black with #C9169F
Text Example
Text Example
White with #C9169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9169F; }
p { color: rgb(201,22,159); }
H1.HeaderClassName
{
color: #C9169F;
}
.AnyTagClassName
{
color: #C9169F;
}
</style>
background-color css
<style>
a { background-color: #C9169F; }
a { background-color: rgb(201,22,159); }
div.DivClassName
{
background-color: #C9169F;
}
.BgClassName
{
background-color: #C9169F;
}
</style>
border-color css
<style>
span { border-color: #C9169F; }
span { border-color: rgb(201,22,159); }
td.TdClassName
{
border-color: #C9169F;
}
.TagClassName
{
border-color: #C9169F;
}
</style>