Shades of Medium Red Violet #C63386
Tints of Medium Red Violet #C63386
RGB
CMYK
RGB Variations
Color information
#C63386 (or 0xC63386) is known color: Medium Red Violet. HEX triplet: C6, 33 and 86. RGB value is (198,51,134). Sum of RGB (Red+Green+Blue) = 198+51+134=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C63386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63386 is #39CC79. Grayscale: #686868. Windows color (decimal): -3787898 or 8795078. OLE color: 8795078.
HSL color Cylindrical-coordinate representation of color #C63386: hue angle of 326.12º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63386 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 134 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.22 |
| HSL | 326.12º | 0.59% | 0.49% | - |
| HSV(B) | 326.12º | 0.74% | 0.78% | - |
| XYZ | 28.78 | 16.09 | 24.14 | - |
| YUV | 104.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 134 | 0 | 0.74 | 0.32 | 0.22 | 326.12 | 0.59 | 0.49 |
| Hex | C6 | 33 | 86 | 0 | 4A | 20 | 16 | 146 | 3B | 31 |
| Octal | 306 | 63 | 206 | 0 | 112 | 40 | 26 | 506 | 73 | 61 |
| Binary | 11000110 | 110011 | 10000110 | 0 | 1001010 | 100000 | 10110 | 101000110 | 111011 | 110001 |
Color Harmonies of #C63386
Complementary color
Monochromatic Colors of #C63386
Black with #C63386
Text Example
Text Example
White with #C63386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63386; }
p { color: rgb(198,51,134); }
H1.HeaderClassName
{
color: #C63386;
}
.AnyTagClassName
{
color: #C63386;
}
</style>
background-color css
<style>
a { background-color: #C63386; }
a { background-color: rgb(198,51,134); }
div.DivClassName
{
background-color: #C63386;
}
.BgClassName
{
background-color: #C63386;
}
</style>
border-color css
<style>
span { border-color: #C63386; }
span { border-color: rgb(198,51,134); }
td.TdClassName
{
border-color: #C63386;
}
.TagClassName
{
border-color: #C63386;
}
</style>