Shades of Medium Violet Red #C92273
Tints of Medium Violet Red #C92273
RGB
CMYK
RGB Variations
Color information
#C92273 (or 0xC92273) is known color: Medium Violet Red. HEX triplet: C9, 22 and 73. RGB value is (201,34,115). Sum of RGB (Red+Green+Blue) = 201+34+115=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C92273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92273 is #36DD8C. Grayscale: #5D5D5D. Windows color (decimal): -3595661 or 7545545. OLE color: 7545545.
HSL color Cylindrical-coordinate representation of color #C92273: hue angle of 330.9º 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 #C92273 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 115 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.21 |
| HSL | 330.9º | 0.71% | 0.46% | - |
| HSV(B) | 330.9º | 0.83% | 0.79% | - |
| XYZ | 27.75 | 14.8 | 17.61 | - |
| YUV | 93.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 115 | 0 | 0.83 | 0.43 | 0.21 | 330.9 | 0.71 | 0.46 |
| Hex | C9 | 22 | 73 | 0 | 53 | 2B | 15 | 14B | 47 | 2E |
| Octal | 311 | 42 | 163 | 0 | 123 | 53 | 25 | 513 | 107 | 56 |
| Binary | 11001001 | 100010 | 1110011 | 0 | 1010011 | 101011 | 10101 | 101001011 | 1000111 | 101110 |
Color Harmonies of #C92273
Complementary color
Monochromatic Colors of #C92273
Black with #C92273
Text Example
Text Example
White with #C92273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92273; }
p { color: rgb(201,34,115); }
H1.HeaderClassName
{
color: #C92273;
}
.AnyTagClassName
{
color: #C92273;
}
</style>
background-color css
<style>
a { background-color: #C92273; }
a { background-color: rgb(201,34,115); }
div.DivClassName
{
background-color: #C92273;
}
.BgClassName
{
background-color: #C92273;
}
</style>
border-color css
<style>
span { border-color: #C92273; }
span { border-color: rgb(201,34,115); }
td.TdClassName
{
border-color: #C92273;
}
.TagClassName
{
border-color: #C92273;
}
</style>