Shades of Medium Violet Red #C92098
Tints of Medium Violet Red #C92098
RGB
CMYK
RGB Variations
Color information
#C92098 (or 0xC92098) is known color: Medium Violet Red. HEX triplet: C9, 20 and 98. RGB value is (201,32,152). Sum of RGB (Red+Green+Blue) = 201+32+152=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C92098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92098 is #36DF67. Grayscale: #5F5F5F. Windows color (decimal): -3596136 or 9969865. OLE color: 9969865.
HSL color Cylindrical-coordinate representation of color #C92098: hue angle of 317.4º 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 #C92098 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 152 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.21 |
| HSL | 317.4º | 0.73% | 0.46% | - |
| HSV(B) | 317.4º | 0.84% | 0.79% | - |
| XYZ | 30.27 | 15.72 | 31.14 | - |
| YUV | 96.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 152 | 0 | 0.84 | 0.24 | 0.21 | 317.4 | 0.73 | 0.46 |
| Hex | C9 | 20 | 98 | 0 | 54 | 18 | 15 | 13D | 49 | 2E |
| Octal | 311 | 40 | 230 | 0 | 124 | 30 | 25 | 475 | 111 | 56 |
| Binary | 11001001 | 100000 | 10011000 | 0 | 1010100 | 11000 | 10101 | 100111101 | 1001001 | 101110 |
Color Harmonies of #C92098
Complementary color
Monochromatic Colors of #C92098
Black with #C92098
Text Example
Text Example
White with #C92098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92098; }
p { color: rgb(201,32,152); }
H1.HeaderClassName
{
color: #C92098;
}
.AnyTagClassName
{
color: #C92098;
}
</style>
background-color css
<style>
a { background-color: #C92098; }
a { background-color: rgb(201,32,152); }
div.DivClassName
{
background-color: #C92098;
}
.BgClassName
{
background-color: #C92098;
}
</style>
border-color css
<style>
span { border-color: #C92098; }
span { border-color: rgb(201,32,152); }
td.TdClassName
{
border-color: #C92098;
}
.TagClassName
{
border-color: #C92098;
}
</style>