Shades of Medium Violet Red #C92478
Tints of Medium Violet Red #C92478
RGB
CMYK
RGB Variations
Color information
#C92478 (or 0xC92478) is known color: Medium Violet Red. HEX triplet: C9, 24 and 78. RGB value is (201,36,120). Sum of RGB (Red+Green+Blue) = 201+36+120=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C92478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92478 is #36DB87. Grayscale: #5E5E5E. Windows color (decimal): -3595144 or 7873737. OLE color: 7873737.
HSL color Cylindrical-coordinate representation of color #C92478: hue angle of 329.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92478 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 120 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.21 |
| HSL | 329.45º | 0.7% | 0.46% | - |
| HSV(B) | 329.45º | 0.82% | 0.79% | - |
| XYZ | 28.11 | 15.04 | 19.19 | - |
| YUV | 94.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 120 | 0 | 0.82 | 0.40 | 0.21 | 329.45 | 0.7 | 0.46 |
| Hex | C9 | 24 | 78 | 0 | 52 | 28 | 15 | 149 | 46 | 2E |
| Octal | 311 | 44 | 170 | 0 | 122 | 50 | 25 | 511 | 106 | 56 |
| Binary | 11001001 | 100100 | 1111000 | 0 | 1010010 | 101000 | 10101 | 101001001 | 1000110 | 101110 |
Color Harmonies of #C92478
Complementary color
Monochromatic Colors of #C92478
Black with #C92478
Text Example
Text Example
White with #C92478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92478; }
p { color: rgb(201,36,120); }
H1.HeaderClassName
{
color: #C92478;
}
.AnyTagClassName
{
color: #C92478;
}
</style>
background-color css
<style>
a { background-color: #C92478; }
a { background-color: rgb(201,36,120); }
div.DivClassName
{
background-color: #C92478;
}
.BgClassName
{
background-color: #C92478;
}
</style>
border-color css
<style>
span { border-color: #C92478; }
span { border-color: rgb(201,36,120); }
td.TdClassName
{
border-color: #C92478;
}
.TagClassName
{
border-color: #C92478;
}
</style>