Shades of Medium Violet Red #C92578
Tints of Medium Violet Red #C92578
RGB
CMYK
RGB Variations
Color information
#C92578 (or 0xC92578) is known color: Medium Violet Red. HEX triplet: C9, 25 and 78. RGB value is (201,37,120). Sum of RGB (Red+Green+Blue) = 201+37+120=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C92578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92578 is #36DA87. Grayscale: #5F5F5F. Windows color (decimal): -3594888 or 7873993. OLE color: 7873993.
HSL color Cylindrical-coordinate representation of color #C92578: hue angle of 329.63º 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 #C92578 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 120 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.21 |
| HSL | 329.63º | 0.69% | 0.47% | - |
| HSV(B) | 329.63º | 0.82% | 0.79% | - |
| XYZ | 28.14 | 15.1 | 19.2 | - |
| YUV | 95.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 120 | 0 | 0.82 | 0.40 | 0.21 | 329.63 | 0.69 | 0.47 |
| Hex | C9 | 25 | 78 | 0 | 52 | 28 | 15 | 14A | 45 | 2F |
| Octal | 311 | 45 | 170 | 0 | 122 | 50 | 25 | 512 | 105 | 57 |
| Binary | 11001001 | 100101 | 1111000 | 0 | 1010010 | 101000 | 10101 | 101001010 | 1000101 | 101111 |
Color Harmonies of #C92578
Complementary color
Monochromatic Colors of #C92578
Black with #C92578
Text Example
Text Example
White with #C92578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92578; }
p { color: rgb(201,37,120); }
H1.HeaderClassName
{
color: #C92578;
}
.AnyTagClassName
{
color: #C92578;
}
</style>
background-color css
<style>
a { background-color: #C92578; }
a { background-color: rgb(201,37,120); }
div.DivClassName
{
background-color: #C92578;
}
.BgClassName
{
background-color: #C92578;
}
</style>
border-color css
<style>
span { border-color: #C92578; }
span { border-color: rgb(201,37,120); }
td.TdClassName
{
border-color: #C92578;
}
.TagClassName
{
border-color: #C92578;
}
</style>