Shades of Medium Violet Red #C92375
Tints of Medium Violet Red #C92375
RGB
CMYK
RGB Variations
Color information
#C92375 (or 0xC92375) is known color: Medium Violet Red. HEX triplet: C9, 23 and 75. RGB value is (201,35,117). Sum of RGB (Red+Green+Blue) = 201+35+117=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C92375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92375 is #36DC8A. Grayscale: #5D5D5D. Windows color (decimal): -3595403 or 7676873. OLE color: 7676873.
HSL color Cylindrical-coordinate representation of color #C92375: hue angle of 330.36º 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 #C92375 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 117 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.21 |
| HSL | 330.36º | 0.7% | 0.46% | - |
| HSV(B) | 330.36º | 0.83% | 0.79% | - |
| XYZ | 27.9 | 14.9 | 18.24 | - |
| YUV | 93.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 117 | 0 | 0.83 | 0.42 | 0.21 | 330.36 | 0.7 | 0.46 |
| Hex | C9 | 23 | 75 | 0 | 53 | 2A | 15 | 14A | 46 | 2E |
| Octal | 311 | 43 | 165 | 0 | 123 | 52 | 25 | 512 | 106 | 56 |
| Binary | 11001001 | 100011 | 1110101 | 0 | 1010011 | 101010 | 10101 | 101001010 | 1000110 | 101110 |
Color Harmonies of #C92375
Complementary color
Monochromatic Colors of #C92375
Black with #C92375
Text Example
Text Example
White with #C92375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92375; }
p { color: rgb(201,35,117); }
H1.HeaderClassName
{
color: #C92375;
}
.AnyTagClassName
{
color: #C92375;
}
</style>
background-color css
<style>
a { background-color: #C92375; }
a { background-color: rgb(201,35,117); }
div.DivClassName
{
background-color: #C92375;
}
.BgClassName
{
background-color: #C92375;
}
</style>
border-color css
<style>
span { border-color: #C92375; }
span { border-color: rgb(201,35,117); }
td.TdClassName
{
border-color: #C92375;
}
.TagClassName
{
border-color: #C92375;
}
</style>