Shades of Medium Violet Red #C61EA0
Tints of Medium Violet Red #C61EA0
RGB
CMYK
RGB Variations
Color information
#C61EA0 (or 0xC61EA0) is known color: Medium Violet Red. HEX triplet: C6, 1E and A0. RGB value is (198,30,160). Sum of RGB (Red+Green+Blue) = 198+30+160=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61EA0 is #39E15F. Grayscale: #5E5E5E. Windows color (decimal): -3793248 or 10493638. OLE color: 10493638.
HSL color Cylindrical-coordinate representation of color #C61EA0: hue angle of 313.57º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61EA0 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 160 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.22 |
| HSL | 313.57º | 0.74% | 0.45% | - |
| HSV(B) | 313.57º | 0.85% | 0.78% | - |
| XYZ | 30.1 | 15.47 | 34.66 | - |
| YUV | 95.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 160 | 0 | 0.85 | 0.19 | 0.22 | 313.57 | 0.74 | 0.45 |
| Hex | C6 | 1E | A0 | 0 | 55 | 13 | 16 | 13A | 4A | 2D |
| Octal | 306 | 36 | 240 | 0 | 125 | 23 | 26 | 472 | 112 | 55 |
| Binary | 11000110 | 11110 | 10100000 | 0 | 1010101 | 10011 | 10110 | 100111010 | 1001010 | 101101 |
Color Harmonies of #C61EA0
Complementary color
Monochromatic Colors of #C61EA0
Black with #C61EA0
Text Example
Text Example
White with #C61EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EA0; }
p { color: rgb(198,30,160); }
H1.HeaderClassName
{
color: #C61EA0;
}
.AnyTagClassName
{
color: #C61EA0;
}
</style>
background-color css
<style>
a { background-color: #C61EA0; }
a { background-color: rgb(198,30,160); }
div.DivClassName
{
background-color: #C61EA0;
}
.BgClassName
{
background-color: #C61EA0;
}
</style>
border-color css
<style>
span { border-color: #C61EA0; }
span { border-color: rgb(198,30,160); }
td.TdClassName
{
border-color: #C61EA0;
}
.TagClassName
{
border-color: #C61EA0;
}
</style>