Shades of Medium Violet Red #C62086
Tints of Medium Violet Red #C62086
RGB
CMYK
RGB Variations
Color information
#C62086 (or 0xC62086) is known color: Medium Violet Red. HEX triplet: C6, 20 and 86. RGB value is (198,32,134). Sum of RGB (Red+Green+Blue) = 198+32+134=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C62086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62086 is #39DF79. Grayscale: #5D5D5D. Windows color (decimal): -3792762 or 8790214. OLE color: 8790214.
HSL color Cylindrical-coordinate representation of color #C62086: hue angle of 323.13º 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 #C62086 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 134 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.22 |
| HSL | 323.13º | 0.72% | 0.45% | - |
| HSV(B) | 323.13º | 0.84% | 0.78% | - |
| XYZ | 28.11 | 14.76 | 23.92 | - |
| YUV | 93.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 134 | 0 | 0.84 | 0.32 | 0.22 | 323.13 | 0.72 | 0.45 |
| Hex | C6 | 20 | 86 | 0 | 54 | 20 | 16 | 143 | 48 | 2D |
| Octal | 306 | 40 | 206 | 0 | 124 | 40 | 26 | 503 | 110 | 55 |
| Binary | 11000110 | 100000 | 10000110 | 0 | 1010100 | 100000 | 10110 | 101000011 | 1001000 | 101101 |
Color Harmonies of #C62086
Complementary color
Monochromatic Colors of #C62086
Black with #C62086
Text Example
Text Example
White with #C62086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62086; }
p { color: rgb(198,32,134); }
H1.HeaderClassName
{
color: #C62086;
}
.AnyTagClassName
{
color: #C62086;
}
</style>
background-color css
<style>
a { background-color: #C62086; }
a { background-color: rgb(198,32,134); }
div.DivClassName
{
background-color: #C62086;
}
.BgClassName
{
background-color: #C62086;
}
</style>
border-color css
<style>
span { border-color: #C62086; }
span { border-color: rgb(198,32,134); }
td.TdClassName
{
border-color: #C62086;
}
.TagClassName
{
border-color: #C62086;
}
</style>