Shades of Medium Violet Red #C9168F
Tints of Medium Violet Red #C9168F
RGB
CMYK
RGB Variations
Color information
#C9168F (or 0xC9168F) is known color: Medium Violet Red. HEX triplet: C9, 16 and 8F. RGB value is (201,22,143). Sum of RGB (Red+Green+Blue) = 201+22+143=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9168F is #36E970. Grayscale: #595959. Windows color (decimal): -3598705 or 9377481. OLE color: 9377481.
HSL color Cylindrical-coordinate representation of color #C9168F: hue angle of 319.44º 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 #C9168F is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 143 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.21 |
| HSL | 319.44º | 0.8% | 0.44% | - |
| HSV(B) | 319.44º | 0.89% | 0.79% | - |
| XYZ | 29.33 | 14.97 | 27.33 | - |
| YUV | 89.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 143 | 0 | 0.89 | 0.29 | 0.21 | 319.44 | 0.8 | 0.44 |
| Hex | C9 | 16 | 8F | 0 | 59 | 1D | 15 | 13F | 50 | 2C |
| Octal | 311 | 26 | 217 | 0 | 131 | 35 | 25 | 477 | 120 | 54 |
| Binary | 11001001 | 10110 | 10001111 | 0 | 1011001 | 11101 | 10101 | 100111111 | 1010000 | 101100 |
Color Harmonies of #C9168F
Complementary color
Monochromatic Colors of #C9168F
Black with #C9168F
Text Example
Text Example
White with #C9168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9168F; }
p { color: rgb(201,22,143); }
H1.HeaderClassName
{
color: #C9168F;
}
.AnyTagClassName
{
color: #C9168F;
}
</style>
background-color css
<style>
a { background-color: #C9168F; }
a { background-color: rgb(201,22,143); }
div.DivClassName
{
background-color: #C9168F;
}
.BgClassName
{
background-color: #C9168F;
}
</style>
border-color css
<style>
span { border-color: #C9168F; }
span { border-color: rgb(201,22,143); }
td.TdClassName
{
border-color: #C9168F;
}
.TagClassName
{
border-color: #C9168F;
}
</style>