Shades of Medium Violet Red #C92274
Tints of Medium Violet Red #C92274
RGB
CMYK
RGB Variations
Color information
#C92274 (or 0xC92274) is known color: Medium Violet Red. HEX triplet: C9, 22 and 74. RGB value is (201,34,116). Sum of RGB (Red+Green+Blue) = 201+34+116=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C92274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92274 is #36DD8B. Grayscale: #5D5D5D. Windows color (decimal): -3595660 or 7611081. OLE color: 7611081.
HSL color Cylindrical-coordinate representation of color #C92274: hue angle of 330.54º degrees, saturation: 0.71, 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 #C92274 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 116 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.21 |
| HSL | 330.54º | 0.71% | 0.46% | - |
| HSV(B) | 330.54º | 0.83% | 0.79% | - |
| XYZ | 27.81 | 14.82 | 17.92 | - |
| YUV | 93.28 | 140.83 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 116 | 0 | 0.83 | 0.42 | 0.21 | 330.54 | 0.71 | 0.46 |
| Hex | C9 | 22 | 74 | 0 | 53 | 2A | 15 | 14B | 47 | 2E |
| Octal | 311 | 42 | 164 | 0 | 123 | 52 | 25 | 513 | 107 | 56 |
| Binary | 11001001 | 100010 | 1110100 | 0 | 1010011 | 101010 | 10101 | 101001011 | 1000111 | 101110 |
Color Harmonies of #C92274
Complementary color
Monochromatic Colors of #C92274
Black with #C92274
Text Example
Text Example
White with #C92274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92274; }
p { color: rgb(201,34,116); }
H1.HeaderClassName
{
color: #C92274;
}
.AnyTagClassName
{
color: #C92274;
}
</style>
background-color css
<style>
a { background-color: #C92274; }
a { background-color: rgb(201,34,116); }
div.DivClassName
{
background-color: #C92274;
}
.BgClassName
{
background-color: #C92274;
}
</style>
border-color css
<style>
span { border-color: #C92274; }
span { border-color: rgb(201,34,116); }
td.TdClassName
{
border-color: #C92274;
}
.TagClassName
{
border-color: #C92274;
}
</style>