Shades of Medium Violet Red #C9088A
Tints of Medium Violet Red #C9088A
RGB
CMYK
RGB Variations
Color information
#C9088A (or 0xC9088A) is known color: Medium Violet Red. HEX triplet: C9, 08 and 8A. RGB value is (201,8,138). Sum of RGB (Red+Green+Blue) = 201+8+138=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9088A is #36F775. Grayscale: #505050. Windows color (decimal): -3602294 or 9046217. OLE color: 9046217.
HSL color Cylindrical-coordinate representation of color #C9088A: hue angle of 319.59º 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 #C9088A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.21 |
| HSL | 319.59º | 0.92% | 0.41% | - |
| HSV(B) | 319.59º | 0.96% | 0.79% | - |
| XYZ | 28.76 | 14.43 | 25.31 | - |
| YUV | 80.53 | 160.44 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 138 | 0 | 0.96 | 0.31 | 0.21 | 319.59 | 0.92 | 0.41 |
| Hex | C9 | 8 | 8A | 0 | 60 | 1F | 15 | 140 | 5C | 29 |
| Octal | 311 | 10 | 212 | 0 | 140 | 37 | 25 | 500 | 134 | 51 |
| Binary | 11001001 | 1000 | 10001010 | 0 | 1100000 | 11111 | 10101 | 101000000 | 1011100 | 101001 |
Color Harmonies of #C9088A
Complementary color
Monochromatic Colors of #C9088A
Black with #C9088A
Text Example
Text Example
White with #C9088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9088A; }
p { color: rgb(201,8,138); }
H1.HeaderClassName
{
color: #C9088A;
}
.AnyTagClassName
{
color: #C9088A;
}
</style>
background-color css
<style>
a { background-color: #C9088A; }
a { background-color: rgb(201,8,138); }
div.DivClassName
{
background-color: #C9088A;
}
.BgClassName
{
background-color: #C9088A;
}
</style>
border-color css
<style>
span { border-color: #C9088A; }
span { border-color: rgb(201,8,138); }
td.TdClassName
{
border-color: #C9088A;
}
.TagClassName
{
border-color: #C9088A;
}
</style>