Shades of Medium Violet Red #C61486
Tints of Medium Violet Red #C61486
RGB
CMYK
RGB Variations
Color information
#C61486 (or 0xC61486) is known color: Medium Violet Red. HEX triplet: C6, 14 and 86. RGB value is (198,20,134). Sum of RGB (Red+Green+Blue) = 198+20+134=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C61486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61486 is #39EB79. Grayscale: #555555. Windows color (decimal): -3795834 or 8787142. OLE color: 8787142.
HSL color Cylindrical-coordinate representation of color #C61486: hue angle of 321.57º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61486 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 134 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.22 |
| HSL | 321.57º | 0.82% | 0.43% | - |
| HSV(B) | 321.57º | 0.9% | 0.78% | - |
| XYZ | 27.84 | 14.23 | 23.83 | - |
| YUV | 86.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 134 | 0 | 0.90 | 0.32 | 0.22 | 321.57 | 0.82 | 0.43 |
| Hex | C6 | 14 | 86 | 0 | 5A | 20 | 16 | 142 | 52 | 2B |
| Octal | 306 | 24 | 206 | 0 | 132 | 40 | 26 | 502 | 122 | 53 |
| Binary | 11000110 | 10100 | 10000110 | 0 | 1011010 | 100000 | 10110 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C61486
Complementary color
Monochromatic Colors of #C61486
Black with #C61486
Text Example
Text Example
White with #C61486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61486; }
p { color: rgb(198,20,134); }
H1.HeaderClassName
{
color: #C61486;
}
.AnyTagClassName
{
color: #C61486;
}
</style>
background-color css
<style>
a { background-color: #C61486; }
a { background-color: rgb(198,20,134); }
div.DivClassName
{
background-color: #C61486;
}
.BgClassName
{
background-color: #C61486;
}
</style>
border-color css
<style>
span { border-color: #C61486; }
span { border-color: rgb(198,20,134); }
td.TdClassName
{
border-color: #C61486;
}
.TagClassName
{
border-color: #C61486;
}
</style>