Shades of Medium Violet Red #C9178B
Tints of Medium Violet Red #C9178B
RGB
CMYK
RGB Variations
Color information
#C9178B (or 0xC9178B) is known color: Medium Violet Red. HEX triplet: C9, 17 and 8B. RGB value is (201,23,139). Sum of RGB (Red+Green+Blue) = 201+23+139=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9178B is #36E874. Grayscale: #595959. Windows color (decimal): -3598453 or 9115593. OLE color: 9115593.
HSL color Cylindrical-coordinate representation of color #C9178B: hue angle of 320.9º 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 #C9178B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 139 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.21 |
| HSL | 320.9º | 0.79% | 0.44% | - |
| HSV(B) | 320.9º | 0.89% | 0.79% | - |
| XYZ | 29.05 | 14.89 | 25.77 | - |
| YUV | 89.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 139 | 0 | 0.89 | 0.31 | 0.21 | 320.9 | 0.79 | 0.44 |
| Hex | C9 | 17 | 8B | 0 | 59 | 1F | 15 | 141 | 4F | 2C |
| Octal | 311 | 27 | 213 | 0 | 131 | 37 | 25 | 501 | 117 | 54 |
| Binary | 11001001 | 10111 | 10001011 | 0 | 1011001 | 11111 | 10101 | 101000001 | 1001111 | 101100 |
Color Harmonies of #C9178B
Complementary color
Monochromatic Colors of #C9178B
Black with #C9178B
Text Example
Text Example
White with #C9178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9178B; }
p { color: rgb(201,23,139); }
H1.HeaderClassName
{
color: #C9178B;
}
.AnyTagClassName
{
color: #C9178B;
}
</style>
background-color css
<style>
a { background-color: #C9178B; }
a { background-color: rgb(201,23,139); }
div.DivClassName
{
background-color: #C9178B;
}
.BgClassName
{
background-color: #C9178B;
}
</style>
border-color css
<style>
span { border-color: #C9178B; }
span { border-color: rgb(201,23,139); }
td.TdClassName
{
border-color: #C9178B;
}
.TagClassName
{
border-color: #C9178B;
}
</style>