Shades of Medium Violet Red #C9176C
Tints of Medium Violet Red #C9176C
RGB
CMYK
RGB Variations
Color information
#C9176C (or 0xC9176C) is known color: Medium Violet Red. HEX triplet: C9, 17 and 6C. RGB value is (201,23,108). Sum of RGB (Red+Green+Blue) = 201+23+108=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9176C is #36E893. Grayscale: #555555. Windows color (decimal): -3598484 or 7083977. OLE color: 7083977.
HSL color Cylindrical-coordinate representation of color #C9176C: hue angle of 331.35º degrees, saturation: 0.79, 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 #C9176C is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 108 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.21 |
| HSL | 331.35º | 0.79% | 0.44% | - |
| HSV(B) | 331.35º | 0.89% | 0.79% | - |
| XYZ | 27.1 | 14.11 | 15.48 | - |
| YUV | 85.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 108 | 0 | 0.89 | 0.46 | 0.21 | 331.35 | 0.79 | 0.44 |
| Hex | C9 | 17 | 6C | 0 | 59 | 2E | 15 | 14B | 4F | 2C |
| Octal | 311 | 27 | 154 | 0 | 131 | 56 | 25 | 513 | 117 | 54 |
| Binary | 11001001 | 10111 | 1101100 | 0 | 1011001 | 101110 | 10101 | 101001011 | 1001111 | 101100 |
Color Harmonies of #C9176C
Complementary color
Monochromatic Colors of #C9176C
Black with #C9176C
Text Example
Text Example
White with #C9176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9176C; }
p { color: rgb(201,23,108); }
H1.HeaderClassName
{
color: #C9176C;
}
.AnyTagClassName
{
color: #C9176C;
}
</style>
background-color css
<style>
a { background-color: #C9176C; }
a { background-color: rgb(201,23,108); }
div.DivClassName
{
background-color: #C9176C;
}
.BgClassName
{
background-color: #C9176C;
}
</style>
border-color css
<style>
span { border-color: #C9176C; }
span { border-color: rgb(201,23,108); }
td.TdClassName
{
border-color: #C9176C;
}
.TagClassName
{
border-color: #C9176C;
}
</style>