Shades of Medium Violet Red #C62186
Tints of Medium Violet Red #C62186
RGB
CMYK
RGB Variations
Color information
#C62186 (or 0xC62186) is known color: Medium Violet Red. HEX triplet: C6, 21 and 86. RGB value is (198,33,134). Sum of RGB (Red+Green+Blue) = 198+33+134=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C62186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62186 is #39DE79. Grayscale: #5D5D5D. Windows color (decimal): -3792506 or 8790470. OLE color: 8790470.
HSL color Cylindrical-coordinate representation of color #C62186: hue angle of 323.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62186 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 134 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.22 |
| HSL | 323.27º | 0.71% | 0.45% | - |
| HSV(B) | 323.27º | 0.83% | 0.78% | - |
| XYZ | 28.14 | 14.81 | 23.93 | - |
| YUV | 93.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 134 | 0 | 0.83 | 0.32 | 0.22 | 323.27 | 0.71 | 0.45 |
| Hex | C6 | 21 | 86 | 0 | 53 | 20 | 16 | 143 | 47 | 2D |
| Octal | 306 | 41 | 206 | 0 | 123 | 40 | 26 | 503 | 107 | 55 |
| Binary | 11000110 | 100001 | 10000110 | 0 | 1010011 | 100000 | 10110 | 101000011 | 1000111 | 101101 |
Color Harmonies of #C62186
Complementary color
Monochromatic Colors of #C62186
Black with #C62186
Text Example
Text Example
White with #C62186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62186; }
p { color: rgb(198,33,134); }
H1.HeaderClassName
{
color: #C62186;
}
.AnyTagClassName
{
color: #C62186;
}
</style>
background-color css
<style>
a { background-color: #C62186; }
a { background-color: rgb(198,33,134); }
div.DivClassName
{
background-color: #C62186;
}
.BgClassName
{
background-color: #C62186;
}
</style>
border-color css
<style>
span { border-color: #C62186; }
span { border-color: rgb(198,33,134); }
td.TdClassName
{
border-color: #C62186;
}
.TagClassName
{
border-color: #C62186;
}
</style>