Shades of Medium Violet Red #C61286
Tints of Medium Violet Red #C61286
RGB
CMYK
RGB Variations
Color information
#C61286 (or 0xC61286) is known color: Medium Violet Red. HEX triplet: C6, 12 and 86. RGB value is (198,18,134). Sum of RGB (Red+Green+Blue) = 198+18+134=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C61286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61286 is #39ED79. Grayscale: #545454. Windows color (decimal): -3796346 or 8786630. OLE color: 8786630.
HSL color Cylindrical-coordinate representation of color #C61286: hue angle of 321.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61286 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 134 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.22 |
| HSL | 321.33º | 0.83% | 0.42% | - |
| HSV(B) | 321.33º | 0.91% | 0.78% | - |
| XYZ | 27.81 | 14.16 | 23.82 | - |
| YUV | 85.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 134 | 0 | 0.91 | 0.32 | 0.22 | 321.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 86 | 0 | 5B | 20 | 16 | 141 | 53 | 2A |
| Octal | 306 | 22 | 206 | 0 | 133 | 40 | 26 | 501 | 123 | 52 |
| Binary | 11000110 | 10010 | 10000110 | 0 | 1011011 | 100000 | 10110 | 101000001 | 1010011 | 101010 |
Color Harmonies of #C61286
Complementary color
Monochromatic Colors of #C61286
Black with #C61286
Text Example
Text Example
White with #C61286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61286; }
p { color: rgb(198,18,134); }
H1.HeaderClassName
{
color: #C61286;
}
.AnyTagClassName
{
color: #C61286;
}
</style>
background-color css
<style>
a { background-color: #C61286; }
a { background-color: rgb(198,18,134); }
div.DivClassName
{
background-color: #C61286;
}
.BgClassName
{
background-color: #C61286;
}
</style>
border-color css
<style>
span { border-color: #C61286; }
span { border-color: rgb(198,18,134); }
td.TdClassName
{
border-color: #C61286;
}
.TagClassName
{
border-color: #C61286;
}
</style>