Shades of Medium Violet Red #C92575
Tints of Medium Violet Red #C92575
RGB
CMYK
RGB Variations
Color information
#C92575 (or 0xC92575) is known color: Medium Violet Red. HEX triplet: C9, 25 and 75. RGB value is (201,37,117). Sum of RGB (Red+Green+Blue) = 201+37+117=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C92575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92575 is #36DA8A. Grayscale: #5F5F5F. Windows color (decimal): -3594891 or 7677385. OLE color: 7677385.
HSL color Cylindrical-coordinate representation of color #C92575: hue angle of 330.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92575 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 117 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.21 |
| HSL | 330.73º | 0.69% | 0.47% | - |
| HSV(B) | 330.73º | 0.82% | 0.79% | - |
| XYZ | 27.96 | 15.03 | 18.26 | - |
| YUV | 95.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 117 | 0 | 0.82 | 0.42 | 0.21 | 330.73 | 0.69 | 0.47 |
| Hex | C9 | 25 | 75 | 0 | 52 | 2A | 15 | 14B | 45 | 2F |
| Octal | 311 | 45 | 165 | 0 | 122 | 52 | 25 | 513 | 105 | 57 |
| Binary | 11001001 | 100101 | 1110101 | 0 | 1010010 | 101010 | 10101 | 101001011 | 1000101 | 101111 |
Color Harmonies of #C92575
Complementary color
Monochromatic Colors of #C92575
Black with #C92575
Text Example
Text Example
White with #C92575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92575; }
p { color: rgb(201,37,117); }
H1.HeaderClassName
{
color: #C92575;
}
.AnyTagClassName
{
color: #C92575;
}
</style>
background-color css
<style>
a { background-color: #C92575; }
a { background-color: rgb(201,37,117); }
div.DivClassName
{
background-color: #C92575;
}
.BgClassName
{
background-color: #C92575;
}
</style>
border-color css
<style>
span { border-color: #C92575; }
span { border-color: rgb(201,37,117); }
td.TdClassName
{
border-color: #C92575;
}
.TagClassName
{
border-color: #C92575;
}
</style>