Shades of Medium Violet Red #C92174
Tints of Medium Violet Red #C92174
RGB
CMYK
RGB Variations
Color information
#C92174 (or 0xC92174) is known color: Medium Violet Red. HEX triplet: C9, 21 and 74. RGB value is (201,33,116). Sum of RGB (Red+Green+Blue) = 201+33+116=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C92174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92174 is #36DE8B. Grayscale: #5C5C5C. Windows color (decimal): -3595916 or 7610825. OLE color: 7610825.
HSL color Cylindrical-coordinate representation of color #C92174: hue angle of 330.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92174 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 116 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.21 |
| HSL | 330.36º | 0.72% | 0.46% | - |
| HSV(B) | 330.36º | 0.84% | 0.79% | - |
| XYZ | 27.78 | 14.77 | 17.91 | - |
| YUV | 92.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 116 | 0 | 0.84 | 0.42 | 0.21 | 330.36 | 0.72 | 0.46 |
| Hex | C9 | 21 | 74 | 0 | 54 | 2A | 15 | 14A | 48 | 2E |
| Octal | 311 | 41 | 164 | 0 | 124 | 52 | 25 | 512 | 110 | 56 |
| Binary | 11001001 | 100001 | 1110100 | 0 | 1010100 | 101010 | 10101 | 101001010 | 1001000 | 101110 |
Color Harmonies of #C92174
Complementary color
Monochromatic Colors of #C92174
Black with #C92174
Text Example
Text Example
White with #C92174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92174; }
p { color: rgb(201,33,116); }
H1.HeaderClassName
{
color: #C92174;
}
.AnyTagClassName
{
color: #C92174;
}
</style>
background-color css
<style>
a { background-color: #C92174; }
a { background-color: rgb(201,33,116); }
div.DivClassName
{
background-color: #C92174;
}
.BgClassName
{
background-color: #C92174;
}
</style>
border-color css
<style>
span { border-color: #C92174; }
span { border-color: rgb(201,33,116); }
td.TdClassName
{
border-color: #C92174;
}
.TagClassName
{
border-color: #C92174;
}
</style>