Shades of Medium Violet Red #C9087E
Tints of Medium Violet Red #C9087E
RGB
CMYK
RGB Variations
Color information
#C9087E (or 0xC9087E) is known color: Medium Violet Red. HEX triplet: C9, 08 and 7E. RGB value is (201,8,126). Sum of RGB (Red+Green+Blue) = 201+8+126=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9087E is #36F781. Grayscale: #4E4E4E. Windows color (decimal): -3602306 or 8259785. OLE color: 8259785.
HSL color Cylindrical-coordinate representation of color #C9087E: hue angle of 323.32º 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 #C9087E is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.21 |
| HSL | 323.32º | 0.92% | 0.41% | - |
| HSV(B) | 323.32º | 0.96% | 0.79% | - |
| XYZ | 27.94 | 14.1 | 20.99 | - |
| YUV | 79.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 126 | 0 | 0.96 | 0.37 | 0.21 | 323.32 | 0.92 | 0.41 |
| Hex | C9 | 8 | 7E | 0 | 60 | 25 | 15 | 143 | 5C | 29 |
| Octal | 311 | 10 | 176 | 0 | 140 | 45 | 25 | 503 | 134 | 51 |
| Binary | 11001001 | 1000 | 1111110 | 0 | 1100000 | 100101 | 10101 | 101000011 | 1011100 | 101001 |
Color Harmonies of #C9087E
Complementary color
Monochromatic Colors of #C9087E
Black with #C9087E
Text Example
Text Example
White with #C9087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9087E; }
p { color: rgb(201,8,126); }
H1.HeaderClassName
{
color: #C9087E;
}
.AnyTagClassName
{
color: #C9087E;
}
</style>
background-color css
<style>
a { background-color: #C9087E; }
a { background-color: rgb(201,8,126); }
div.DivClassName
{
background-color: #C9087E;
}
.BgClassName
{
background-color: #C9087E;
}
</style>
border-color css
<style>
span { border-color: #C9087E; }
span { border-color: rgb(201,8,126); }
td.TdClassName
{
border-color: #C9087E;
}
.TagClassName
{
border-color: #C9087E;
}
</style>