Shades of Medium Violet Red #C92089
Tints of Medium Violet Red #C92089
RGB
CMYK
RGB Variations
Color information
#C92089 (or 0xC92089) is known color: Medium Violet Red. HEX triplet: C9, 20 and 89. RGB value is (201,32,137). Sum of RGB (Red+Green+Blue) = 201+32+137=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C92089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92089 is #36DF76. Grayscale: #5E5E5E. Windows color (decimal): -3596151 or 8986825. OLE color: 8986825.
HSL color Cylindrical-coordinate representation of color #C92089: hue angle of 322.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92089 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 137 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.21 |
| HSL | 322.72º | 0.73% | 0.46% | - |
| HSV(B) | 322.72º | 0.84% | 0.79% | - |
| XYZ | 29.12 | 15.26 | 25.08 | - |
| YUV | 94.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 137 | 0 | 0.84 | 0.32 | 0.21 | 322.72 | 0.73 | 0.46 |
| Hex | C9 | 20 | 89 | 0 | 54 | 20 | 15 | 143 | 49 | 2E |
| Octal | 311 | 40 | 211 | 0 | 124 | 40 | 25 | 503 | 111 | 56 |
| Binary | 11001001 | 100000 | 10001001 | 0 | 1010100 | 100000 | 10101 | 101000011 | 1001001 | 101110 |
Color Harmonies of #C92089
Complementary color
Monochromatic Colors of #C92089
Black with #C92089
Text Example
Text Example
White with #C92089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92089; }
p { color: rgb(201,32,137); }
H1.HeaderClassName
{
color: #C92089;
}
.AnyTagClassName
{
color: #C92089;
}
</style>
background-color css
<style>
a { background-color: #C92089; }
a { background-color: rgb(201,32,137); }
div.DivClassName
{
background-color: #C92089;
}
.BgClassName
{
background-color: #C92089;
}
</style>
border-color css
<style>
span { border-color: #C92089; }
span { border-color: rgb(201,32,137); }
td.TdClassName
{
border-color: #C92089;
}
.TagClassName
{
border-color: #C92089;
}
</style>