Shades of Medium Violet Red #C92395
Tints of Medium Violet Red #C92395
RGB
CMYK
RGB Variations
Color information
#C92395 (or 0xC92395) is known color: Medium Violet Red. HEX triplet: C9, 23 and 95. RGB value is (201,35,149). Sum of RGB (Red+Green+Blue) = 201+35+149=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C92395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92395 is #36DC6A. Grayscale: #616161. Windows color (decimal): -3595371 or 9774025. OLE color: 9774025.
HSL color Cylindrical-coordinate representation of color #C92395: hue angle of 318.8º 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 #C92395 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 149 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.21 |
| HSL | 318.8º | 0.7% | 0.46% | - |
| HSV(B) | 318.8º | 0.83% | 0.79% | - |
| XYZ | 30.11 | 15.79 | 29.89 | - |
| YUV | 97.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 149 | 0 | 0.83 | 0.26 | 0.21 | 318.8 | 0.7 | 0.46 |
| Hex | C9 | 23 | 95 | 0 | 53 | 1A | 15 | 13F | 46 | 2E |
| Octal | 311 | 43 | 225 | 0 | 123 | 32 | 25 | 477 | 106 | 56 |
| Binary | 11001001 | 100011 | 10010101 | 0 | 1010011 | 11010 | 10101 | 100111111 | 1000110 | 101110 |
Color Harmonies of #C92395
Complementary color
Monochromatic Colors of #C92395
Black with #C92395
Text Example
Text Example
White with #C92395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92395; }
p { color: rgb(201,35,149); }
H1.HeaderClassName
{
color: #C92395;
}
.AnyTagClassName
{
color: #C92395;
}
</style>
background-color css
<style>
a { background-color: #C92395; }
a { background-color: rgb(201,35,149); }
div.DivClassName
{
background-color: #C92395;
}
.BgClassName
{
background-color: #C92395;
}
</style>
border-color css
<style>
span { border-color: #C92395; }
span { border-color: rgb(201,35,149); }
td.TdClassName
{
border-color: #C92395;
}
.TagClassName
{
border-color: #C92395;
}
</style>