Shades of Medium Violet Red #C92498
Tints of Medium Violet Red #C92498
RGB
CMYK
RGB Variations
Color information
#C92498 (or 0xC92498) is known color: Medium Violet Red. HEX triplet: C9, 24 and 98. RGB value is (201,36,152). Sum of RGB (Red+Green+Blue) = 201+36+152=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C92498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92498 is #36DB67. Grayscale: #626262. Windows color (decimal): -3595112 or 9970889. OLE color: 9970889.
HSL color Cylindrical-coordinate representation of color #C92498: hue angle of 317.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92498 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 152 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.21 |
| HSL | 317.82º | 0.7% | 0.46% | - |
| HSV(B) | 317.82º | 0.82% | 0.79% | - |
| XYZ | 30.39 | 15.95 | 31.18 | - |
| YUV | 98.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 152 | 0 | 0.82 | 0.24 | 0.21 | 317.82 | 0.7 | 0.46 |
| Hex | C9 | 24 | 98 | 0 | 52 | 18 | 15 | 13E | 46 | 2E |
| Octal | 311 | 44 | 230 | 0 | 122 | 30 | 25 | 476 | 106 | 56 |
| Binary | 11001001 | 100100 | 10011000 | 0 | 1010010 | 11000 | 10101 | 100111110 | 1000110 | 101110 |
Color Harmonies of #C92498
Complementary color
Monochromatic Colors of #C92498
Black with #C92498
Text Example
Text Example
White with #C92498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92498; }
p { color: rgb(201,36,152); }
H1.HeaderClassName
{
color: #C92498;
}
.AnyTagClassName
{
color: #C92498;
}
</style>
background-color css
<style>
a { background-color: #C92498; }
a { background-color: rgb(201,36,152); }
div.DivClassName
{
background-color: #C92498;
}
.BgClassName
{
background-color: #C92498;
}
</style>
border-color css
<style>
span { border-color: #C92498; }
span { border-color: rgb(201,36,152); }
td.TdClassName
{
border-color: #C92498;
}
.TagClassName
{
border-color: #C92498;
}
</style>