Shades of Medium Violet Red #C9088E
Tints of Medium Violet Red #C9088E
RGB
CMYK
RGB Variations
Color information
#C9088E (or 0xC9088E) is known color: Medium Violet Red. HEX triplet: C9, 08 and 8E. RGB value is (201,8,142). Sum of RGB (Red+Green+Blue) = 201+8+142=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C9088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9088E is #36F771. Grayscale: #505050. Windows color (decimal): -3602290 or 9308361. OLE color: 9308361.
HSL color Cylindrical-coordinate representation of color #C9088E: hue angle of 318.34º 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 #C9088E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.21 |
| HSL | 318.34º | 0.92% | 0.41% | - |
| HSV(B) | 318.34º | 0.96% | 0.79% | - |
| XYZ | 29.06 | 14.54 | 26.87 | - |
| YUV | 80.98 | 162.44 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 142 | 0 | 0.96 | 0.29 | 0.21 | 318.34 | 0.92 | 0.41 |
| Hex | C9 | 8 | 8E | 0 | 60 | 1D | 15 | 13E | 5C | 29 |
| Octal | 311 | 10 | 216 | 0 | 140 | 35 | 25 | 476 | 134 | 51 |
| Binary | 11001001 | 1000 | 10001110 | 0 | 1100000 | 11101 | 10101 | 100111110 | 1011100 | 101001 |
Color Harmonies of #C9088E
Complementary color
Monochromatic Colors of #C9088E
Black with #C9088E
Text Example
Text Example
White with #C9088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9088E; }
p { color: rgb(201,8,142); }
H1.HeaderClassName
{
color: #C9088E;
}
.AnyTagClassName
{
color: #C9088E;
}
</style>
background-color css
<style>
a { background-color: #C9088E; }
a { background-color: rgb(201,8,142); }
div.DivClassName
{
background-color: #C9088E;
}
.BgClassName
{
background-color: #C9088E;
}
</style>
border-color css
<style>
span { border-color: #C9088E; }
span { border-color: rgb(201,8,142); }
td.TdClassName
{
border-color: #C9088E;
}
.TagClassName
{
border-color: #C9088E;
}
</style>