Shades of Medium Violet Red #C92087
Tints of Medium Violet Red #C92087
RGB
CMYK
RGB Variations
Color information
#C92087 (or 0xC92087) is known color: Medium Violet Red. HEX triplet: C9, 20 and 87. RGB value is (201,32,135). Sum of RGB (Red+Green+Blue) = 201+32+135=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C92087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92087 is #36DF78. Grayscale: #5E5E5E. Windows color (decimal): -3596153 or 8855753. OLE color: 8855753.
HSL color Cylindrical-coordinate representation of color #C92087: hue angle of 323.43º 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 #C92087 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 135 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.21 |
| HSL | 323.43º | 0.73% | 0.46% | - |
| HSV(B) | 323.43º | 0.84% | 0.79% | - |
| XYZ | 28.98 | 15.2 | 24.33 | - |
| YUV | 94.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 135 | 0 | 0.84 | 0.33 | 0.21 | 323.43 | 0.73 | 0.46 |
| Hex | C9 | 20 | 87 | 0 | 54 | 21 | 15 | 143 | 49 | 2E |
| Octal | 311 | 40 | 207 | 0 | 124 | 41 | 25 | 503 | 111 | 56 |
| Binary | 11001001 | 100000 | 10000111 | 0 | 1010100 | 100001 | 10101 | 101000011 | 1001001 | 101110 |
Color Harmonies of #C92087
Complementary color
Monochromatic Colors of #C92087
Black with #C92087
Text Example
Text Example
White with #C92087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92087; }
p { color: rgb(201,32,135); }
H1.HeaderClassName
{
color: #C92087;
}
.AnyTagClassName
{
color: #C92087;
}
</style>
background-color css
<style>
a { background-color: #C92087; }
a { background-color: rgb(201,32,135); }
div.DivClassName
{
background-color: #C92087;
}
.BgClassName
{
background-color: #C92087;
}
</style>
border-color css
<style>
span { border-color: #C92087; }
span { border-color: rgb(201,32,135); }
td.TdClassName
{
border-color: #C92087;
}
.TagClassName
{
border-color: #C92087;
}
</style>