Shades of Medium Violet Red #C92085
Tints of Medium Violet Red #C92085
RGB
CMYK
RGB Variations
Color information
#C92085 (or 0xC92085) is known color: Medium Violet Red. HEX triplet: C9, 20 and 85. RGB value is (201,32,133). Sum of RGB (Red+Green+Blue) = 201+32+133=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C92085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92085 is #36DF7A. Grayscale: #5D5D5D. Windows color (decimal): -3596155 or 8724681. OLE color: 8724681.
HSL color Cylindrical-coordinate representation of color #C92085: hue angle of 324.14º 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 #C92085 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 133 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.21 |
| HSL | 324.14º | 0.73% | 0.46% | - |
| HSV(B) | 324.14º | 0.84% | 0.79% | - |
| XYZ | 28.84 | 15.14 | 23.59 | - |
| YUV | 94.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 133 | 0 | 0.84 | 0.34 | 0.21 | 324.14 | 0.73 | 0.46 |
| Hex | C9 | 20 | 85 | 0 | 54 | 22 | 15 | 144 | 49 | 2E |
| Octal | 311 | 40 | 205 | 0 | 124 | 42 | 25 | 504 | 111 | 56 |
| Binary | 11001001 | 100000 | 10000101 | 0 | 1010100 | 100010 | 10101 | 101000100 | 1001001 | 101110 |
Color Harmonies of #C92085
Complementary color
Monochromatic Colors of #C92085
Black with #C92085
Text Example
Text Example
White with #C92085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92085; }
p { color: rgb(201,32,133); }
H1.HeaderClassName
{
color: #C92085;
}
.AnyTagClassName
{
color: #C92085;
}
</style>
background-color css
<style>
a { background-color: #C92085; }
a { background-color: rgb(201,32,133); }
div.DivClassName
{
background-color: #C92085;
}
.BgClassName
{
background-color: #C92085;
}
</style>
border-color css
<style>
span { border-color: #C92085; }
span { border-color: rgb(201,32,133); }
td.TdClassName
{
border-color: #C92085;
}
.TagClassName
{
border-color: #C92085;
}
</style>