Shades of Medium Violet Red #C9169B
Tints of Medium Violet Red #C9169B
RGB
CMYK
RGB Variations
Color information
#C9169B (or 0xC9169B) is known color: Medium Violet Red. HEX triplet: C9, 16 and 9B. RGB value is (201,22,155). Sum of RGB (Red+Green+Blue) = 201+22+155=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9169B is #36E964. Grayscale: #5A5A5A. Windows color (decimal): -3598693 or 10163913. OLE color: 10163913.
HSL color Cylindrical-coordinate representation of color #C9169B: hue angle of 315.42º 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 #C9169B is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 155 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.21 |
| HSL | 315.42º | 0.8% | 0.44% | - |
| HSV(B) | 315.42º | 0.89% | 0.79% | - |
| XYZ | 30.29 | 15.36 | 32.38 | - |
| YUV | 90.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 155 | 0 | 0.89 | 0.23 | 0.21 | 315.42 | 0.8 | 0.44 |
| Hex | C9 | 16 | 9B | 0 | 59 | 17 | 15 | 13B | 50 | 2C |
| Octal | 311 | 26 | 233 | 0 | 131 | 27 | 25 | 473 | 120 | 54 |
| Binary | 11001001 | 10110 | 10011011 | 0 | 1011001 | 10111 | 10101 | 100111011 | 1010000 | 101100 |
Color Harmonies of #C9169B
Complementary color
Monochromatic Colors of #C9169B
Black with #C9169B
Text Example
Text Example
White with #C9169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9169B; }
p { color: rgb(201,22,155); }
H1.HeaderClassName
{
color: #C9169B;
}
.AnyTagClassName
{
color: #C9169B;
}
</style>
background-color css
<style>
a { background-color: #C9169B; }
a { background-color: rgb(201,22,155); }
div.DivClassName
{
background-color: #C9169B;
}
.BgClassName
{
background-color: #C9169B;
}
</style>
border-color css
<style>
span { border-color: #C9169B; }
span { border-color: rgb(201,22,155); }
td.TdClassName
{
border-color: #C9169B;
}
.TagClassName
{
border-color: #C9169B;
}
</style>