Shades of Medium Red Violet #C63186
Tints of Medium Red Violet #C63186
RGB
CMYK
RGB Variations
Color information
#C63186 (or 0xC63186) is known color: Medium Red Violet. HEX triplet: C6, 31 and 86. RGB value is (198,49,134). Sum of RGB (Red+Green+Blue) = 198+49+134=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C63186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63186 is #39CE79. Grayscale: #676767. Windows color (decimal): -3788410 or 8794566. OLE color: 8794566.
HSL color Cylindrical-coordinate representation of color #C63186: hue angle of 325.77º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63186 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 134 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.22 |
| HSL | 325.77º | 0.6% | 0.48% | - |
| HSV(B) | 325.77º | 0.75% | 0.78% | - |
| XYZ | 28.69 | 15.92 | 24.12 | - |
| YUV | 103.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 134 | 0 | 0.75 | 0.32 | 0.22 | 325.77 | 0.6 | 0.48 |
| Hex | C6 | 31 | 86 | 0 | 4B | 20 | 16 | 146 | 3C | 30 |
| Octal | 306 | 61 | 206 | 0 | 113 | 40 | 26 | 506 | 74 | 60 |
| Binary | 11000110 | 110001 | 10000110 | 0 | 1001011 | 100000 | 10110 | 101000110 | 111100 | 110000 |
Color Harmonies of #C63186
Complementary color
Monochromatic Colors of #C63186
Black with #C63186
Text Example
Text Example
White with #C63186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63186; }
p { color: rgb(198,49,134); }
H1.HeaderClassName
{
color: #C63186;
}
.AnyTagClassName
{
color: #C63186;
}
</style>
background-color css
<style>
a { background-color: #C63186; }
a { background-color: rgb(198,49,134); }
div.DivClassName
{
background-color: #C63186;
}
.BgClassName
{
background-color: #C63186;
}
</style>
border-color css
<style>
span { border-color: #C63186; }
span { border-color: rgb(198,49,134); }
td.TdClassName
{
border-color: #C63186;
}
.TagClassName
{
border-color: #C63186;
}
</style>