Shades of Medium Violet Red #C9087A
Tints of Medium Violet Red #C9087A
RGB
CMYK
RGB Variations
Color information
#C9087A (or 0xC9087A) is known color: Medium Violet Red. HEX triplet: C9, 08 and 7A. RGB value is (201,8,122). Sum of RGB (Red+Green+Blue) = 201+8+122=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9087A is #36F785. Grayscale: #4E4E4E. Windows color (decimal): -3602310 or 7997641. OLE color: 7997641.
HSL color Cylindrical-coordinate representation of color #C9087A: hue angle of 324.56º 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 #C9087A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.21 |
| HSL | 324.56º | 0.92% | 0.41% | - |
| HSV(B) | 324.56º | 0.96% | 0.79% | - |
| XYZ | 27.69 | 14 | 19.65 | - |
| YUV | 78.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 122 | 0 | 0.96 | 0.39 | 0.21 | 324.56 | 0.92 | 0.41 |
| Hex | C9 | 8 | 7A | 0 | 60 | 27 | 15 | 145 | 5C | 29 |
| Octal | 311 | 10 | 172 | 0 | 140 | 47 | 25 | 505 | 134 | 51 |
| Binary | 11001001 | 1000 | 1111010 | 0 | 1100000 | 100111 | 10101 | 101000101 | 1011100 | 101001 |
Color Harmonies of #C9087A
Complementary color
Monochromatic Colors of #C9087A
Black with #C9087A
Text Example
Text Example
White with #C9087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9087A; }
p { color: rgb(201,8,122); }
H1.HeaderClassName
{
color: #C9087A;
}
.AnyTagClassName
{
color: #C9087A;
}
</style>
background-color css
<style>
a { background-color: #C9087A; }
a { background-color: rgb(201,8,122); }
div.DivClassName
{
background-color: #C9087A;
}
.BgClassName
{
background-color: #C9087A;
}
</style>
border-color css
<style>
span { border-color: #C9087A; }
span { border-color: rgb(201,8,122); }
td.TdClassName
{
border-color: #C9087A;
}
.TagClassName
{
border-color: #C9087A;
}
</style>