Shades of Medium Violet Red #C92585
Tints of Medium Violet Red #C92585
RGB
CMYK
RGB Variations
Color information
#C92585 (or 0xC92585) is known color: Medium Violet Red. HEX triplet: C9, 25 and 85. RGB value is (201,37,133). Sum of RGB (Red+Green+Blue) = 201+37+133=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C92585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92585 is #36DA7A. Grayscale: #606060. Windows color (decimal): -3594875 or 8725961. OLE color: 8725961.
HSL color Cylindrical-coordinate representation of color #C92585: hue angle of 324.88º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92585 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 133 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.21 |
| HSL | 324.88º | 0.69% | 0.47% | - |
| HSV(B) | 324.88º | 0.82% | 0.79% | - |
| XYZ | 28.98 | 15.43 | 23.64 | - |
| YUV | 96.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 133 | 0 | 0.82 | 0.34 | 0.21 | 324.88 | 0.69 | 0.47 |
| Hex | C9 | 25 | 85 | 0 | 52 | 22 | 15 | 145 | 45 | 2F |
| Octal | 311 | 45 | 205 | 0 | 122 | 42 | 25 | 505 | 105 | 57 |
| Binary | 11001001 | 100101 | 10000101 | 0 | 1010010 | 100010 | 10101 | 101000101 | 1000101 | 101111 |
Color Harmonies of #C92585
Complementary color
Monochromatic Colors of #C92585
Black with #C92585
Text Example
Text Example
White with #C92585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92585; }
p { color: rgb(201,37,133); }
H1.HeaderClassName
{
color: #C92585;
}
.AnyTagClassName
{
color: #C92585;
}
</style>
background-color css
<style>
a { background-color: #C92585; }
a { background-color: rgb(201,37,133); }
div.DivClassName
{
background-color: #C92585;
}
.BgClassName
{
background-color: #C92585;
}
</style>
border-color css
<style>
span { border-color: #C92585; }
span { border-color: rgb(201,37,133); }
td.TdClassName
{
border-color: #C92585;
}
.TagClassName
{
border-color: #C92585;
}
</style>