Shades of Medium Violet Red #C62087
Tints of Medium Violet Red #C62087
RGB
CMYK
RGB Variations
Color information
#C62087 (or 0xC62087) is known color: Medium Violet Red. HEX triplet: C6, 20 and 87. RGB value is (198,32,135). Sum of RGB (Red+Green+Blue) = 198+32+135=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C62087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62087 is #39DF78. Grayscale: #5D5D5D. Windows color (decimal): -3792761 or 8855750. OLE color: 8855750.
HSL color Cylindrical-coordinate representation of color #C62087: hue angle of 322.77º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62087 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 135 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.22 |
| HSL | 322.77º | 0.72% | 0.45% | - |
| HSV(B) | 322.77º | 0.84% | 0.78% | - |
| XYZ | 28.18 | 14.79 | 24.29 | - |
| YUV | 93.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 135 | 0 | 0.84 | 0.32 | 0.22 | 322.77 | 0.72 | 0.45 |
| Hex | C6 | 20 | 87 | 0 | 54 | 20 | 16 | 143 | 48 | 2D |
| Octal | 306 | 40 | 207 | 0 | 124 | 40 | 26 | 503 | 110 | 55 |
| Binary | 11000110 | 100000 | 10000111 | 0 | 1010100 | 100000 | 10110 | 101000011 | 1001000 | 101101 |
Color Harmonies of #C62087
Complementary color
Monochromatic Colors of #C62087
Black with #C62087
Text Example
Text Example
White with #C62087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62087; }
p { color: rgb(198,32,135); }
H1.HeaderClassName
{
color: #C62087;
}
.AnyTagClassName
{
color: #C62087;
}
</style>
background-color css
<style>
a { background-color: #C62087; }
a { background-color: rgb(198,32,135); }
div.DivClassName
{
background-color: #C62087;
}
.BgClassName
{
background-color: #C62087;
}
</style>
border-color css
<style>
span { border-color: #C62087; }
span { border-color: rgb(198,32,135); }
td.TdClassName
{
border-color: #C62087;
}
.TagClassName
{
border-color: #C62087;
}
</style>