Shades of Medium Violet Red #C9169A
Tints of Medium Violet Red #C9169A
RGB
CMYK
RGB Variations
Color information
#C9169A (or 0xC9169A) is known color: Medium Violet Red. HEX triplet: C9, 16 and 9A. RGB value is (201,22,154). Sum of RGB (Red+Green+Blue) = 201+22+154=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9169A is #36E965. Grayscale: #5A5A5A. Windows color (decimal): -3598694 or 10098377. OLE color: 10098377.
HSL color Cylindrical-coordinate representation of color #C9169A: hue angle of 315.75º 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 #C9169A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.21 |
| HSL | 315.75º | 0.8% | 0.44% | - |
| HSV(B) | 315.75º | 0.89% | 0.79% | - |
| XYZ | 30.21 | 15.32 | 31.94 | - |
| YUV | 90.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 154 | 0 | 0.89 | 0.23 | 0.21 | 315.75 | 0.8 | 0.44 |
| Hex | C9 | 16 | 9A | 0 | 59 | 17 | 15 | 13C | 50 | 2C |
| Octal | 311 | 26 | 232 | 0 | 131 | 27 | 25 | 474 | 120 | 54 |
| Binary | 11001001 | 10110 | 10011010 | 0 | 1011001 | 10111 | 10101 | 100111100 | 1010000 | 101100 |
Color Harmonies of #C9169A
Complementary color
Monochromatic Colors of #C9169A
Black with #C9169A
Text Example
Text Example
White with #C9169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9169A; }
p { color: rgb(201,22,154); }
H1.HeaderClassName
{
color: #C9169A;
}
.AnyTagClassName
{
color: #C9169A;
}
</style>
background-color css
<style>
a { background-color: #C9169A; }
a { background-color: rgb(201,22,154); }
div.DivClassName
{
background-color: #C9169A;
}
.BgClassName
{
background-color: #C9169A;
}
</style>
border-color css
<style>
span { border-color: #C9169A; }
span { border-color: rgb(201,22,154); }
td.TdClassName
{
border-color: #C9169A;
}
.TagClassName
{
border-color: #C9169A;
}
</style>