Shades of Medium Violet Red #C9088C
Tints of Medium Violet Red #C9088C
RGB
CMYK
RGB Variations
Color information
#C9088C (or 0xC9088C) is known color: Medium Violet Red. HEX triplet: C9, 08 and 8C. RGB value is (201,8,140). Sum of RGB (Red+Green+Blue) = 201+8+140=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9088C is #36F773. Grayscale: #505050. Windows color (decimal): -3602292 or 9177289. OLE color: 9177289.
HSL color Cylindrical-coordinate representation of color #C9088C: hue angle of 318.96º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9088C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.21 |
| HSL | 318.96º | 0.92% | 0.41% | - |
| HSV(B) | 318.96º | 0.96% | 0.79% | - |
| XYZ | 28.91 | 14.48 | 26.08 | - |
| YUV | 80.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 140 | 0 | 0.96 | 0.30 | 0.21 | 318.96 | 0.92 | 0.41 |
| Hex | C9 | 8 | 8C | 0 | 60 | 1E | 15 | 13F | 5C | 29 |
| Octal | 311 | 10 | 214 | 0 | 140 | 36 | 25 | 477 | 134 | 51 |
| Binary | 11001001 | 1000 | 10001100 | 0 | 1100000 | 11110 | 10101 | 100111111 | 1011100 | 101001 |
Color Harmonies of #C9088C
Complementary color
Monochromatic Colors of #C9088C
Black with #C9088C
Text Example
Text Example
White with #C9088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9088C; }
p { color: rgb(201,8,140); }
H1.HeaderClassName
{
color: #C9088C;
}
.AnyTagClassName
{
color: #C9088C;
}
</style>
background-color css
<style>
a { background-color: #C9088C; }
a { background-color: rgb(201,8,140); }
div.DivClassName
{
background-color: #C9088C;
}
.BgClassName
{
background-color: #C9088C;
}
</style>
border-color css
<style>
span { border-color: #C9088C; }
span { border-color: rgb(201,8,140); }
td.TdClassName
{
border-color: #C9088C;
}
.TagClassName
{
border-color: #C9088C;
}
</style>