Shades of Medium Violet Red #C92071
Tints of Medium Violet Red #C92071
RGB
CMYK
RGB Variations
Color information
#C92071 (or 0xC92071) is known color: Medium Violet Red. HEX triplet: C9, 20 and 71. RGB value is (201,32,113). Sum of RGB (Red+Green+Blue) = 201+32+113=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C92071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92071 is #36DF8E. Grayscale: #5B5B5B. Windows color (decimal): -3596175 or 7413961. OLE color: 7413961.
HSL color Cylindrical-coordinate representation of color #C92071: hue angle of 331.24º degrees, saturation: 0.73, 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 #C92071 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 113 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.21 |
| HSL | 331.24º | 0.73% | 0.46% | - |
| HSV(B) | 331.24º | 0.84% | 0.79% | - |
| XYZ | 27.58 | 14.64 | 17 | - |
| YUV | 91.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 113 | 0 | 0.84 | 0.44 | 0.21 | 331.24 | 0.73 | 0.46 |
| Hex | C9 | 20 | 71 | 0 | 54 | 2C | 15 | 14B | 49 | 2E |
| Octal | 311 | 40 | 161 | 0 | 124 | 54 | 25 | 513 | 111 | 56 |
| Binary | 11001001 | 100000 | 1110001 | 0 | 1010100 | 101100 | 10101 | 101001011 | 1001001 | 101110 |
Color Harmonies of #C92071
Complementary color
Monochromatic Colors of #C92071
Black with #C92071
Text Example
Text Example
White with #C92071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92071; }
p { color: rgb(201,32,113); }
H1.HeaderClassName
{
color: #C92071;
}
.AnyTagClassName
{
color: #C92071;
}
</style>
background-color css
<style>
a { background-color: #C92071; }
a { background-color: rgb(201,32,113); }
div.DivClassName
{
background-color: #C92071;
}
.BgClassName
{
background-color: #C92071;
}
</style>
border-color css
<style>
span { border-color: #C92071; }
span { border-color: rgb(201,32,113); }
td.TdClassName
{
border-color: #C92071;
}
.TagClassName
{
border-color: #C92071;
}
</style>