Shades of Medium Violet Red #C92397
Tints of Medium Violet Red #C92397
RGB
CMYK
RGB Variations
Color information
#C92397 (or 0xC92397) is known color: Medium Violet Red. HEX triplet: C9, 23 and 97. RGB value is (201,35,151). Sum of RGB (Red+Green+Blue) = 201+35+151=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C92397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92397 is #36DC68. Grayscale: #616161. Windows color (decimal): -3595369 or 9905097. OLE color: 9905097.
HSL color Cylindrical-coordinate representation of color #C92397: hue angle of 318.07º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92397 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 151 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.21 |
| HSL | 318.07º | 0.7% | 0.46% | - |
| HSV(B) | 318.07º | 0.83% | 0.79% | - |
| XYZ | 30.27 | 15.85 | 30.74 | - |
| YUV | 97.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 151 | 0 | 0.83 | 0.25 | 0.21 | 318.07 | 0.7 | 0.46 |
| Hex | C9 | 23 | 97 | 0 | 53 | 19 | 15 | 13E | 46 | 2E |
| Octal | 311 | 43 | 227 | 0 | 123 | 31 | 25 | 476 | 106 | 56 |
| Binary | 11001001 | 100011 | 10010111 | 0 | 1010011 | 11001 | 10101 | 100111110 | 1000110 | 101110 |
Color Harmonies of #C92397
Complementary color
Monochromatic Colors of #C92397
Black with #C92397
Text Example
Text Example
White with #C92397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92397; }
p { color: rgb(201,35,151); }
H1.HeaderClassName
{
color: #C92397;
}
.AnyTagClassName
{
color: #C92397;
}
</style>
background-color css
<style>
a { background-color: #C92397; }
a { background-color: rgb(201,35,151); }
div.DivClassName
{
background-color: #C92397;
}
.BgClassName
{
background-color: #C92397;
}
</style>
border-color css
<style>
span { border-color: #C92397; }
span { border-color: rgb(201,35,151); }
td.TdClassName
{
border-color: #C92397;
}
.TagClassName
{
border-color: #C92397;
}
</style>