Shades of Medium Violet Red #C61E8C
Tints of Medium Violet Red #C61E8C
RGB
CMYK
RGB Variations
Color information
#C61E8C (or 0xC61E8C) is known color: Medium Violet Red. HEX triplet: C6, 1E and 8C. RGB value is (198,30,140). Sum of RGB (Red+Green+Blue) = 198+30+140=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61E8C is #39E173. Grayscale: #5C5C5C. Windows color (decimal): -3793268 or 9182918. OLE color: 9182918.
HSL color Cylindrical-coordinate representation of color #C61E8C: hue angle of 320.71º 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 #C61E8C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 140 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.22 |
| HSL | 320.71º | 0.74% | 0.45% | - |
| HSV(B) | 320.71º | 0.85% | 0.78% | - |
| XYZ | 28.49 | 14.83 | 26.17 | - |
| YUV | 92.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 140 | 0 | 0.85 | 0.29 | 0.22 | 320.71 | 0.74 | 0.45 |
| Hex | C6 | 1E | 8C | 0 | 55 | 1D | 16 | 141 | 4A | 2D |
| Octal | 306 | 36 | 214 | 0 | 125 | 35 | 26 | 501 | 112 | 55 |
| Binary | 11000110 | 11110 | 10001100 | 0 | 1010101 | 11101 | 10110 | 101000001 | 1001010 | 101101 |
Color Harmonies of #C61E8C
Complementary color
Monochromatic Colors of #C61E8C
Black with #C61E8C
Text Example
Text Example
White with #C61E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E8C; }
p { color: rgb(198,30,140); }
H1.HeaderClassName
{
color: #C61E8C;
}
.AnyTagClassName
{
color: #C61E8C;
}
</style>
background-color css
<style>
a { background-color: #C61E8C; }
a { background-color: rgb(198,30,140); }
div.DivClassName
{
background-color: #C61E8C;
}
.BgClassName
{
background-color: #C61E8C;
}
</style>
border-color css
<style>
span { border-color: #C61E8C; }
span { border-color: rgb(198,30,140); }
td.TdClassName
{
border-color: #C61E8C;
}
.TagClassName
{
border-color: #C61E8C;
}
</style>