Shades of Medium Violet Red #C61E8D
Tints of Medium Violet Red #C61E8D
RGB
CMYK
RGB Variations
Color information
#C61E8D (or 0xC61E8D) is known color: Medium Violet Red. HEX triplet: C6, 1E and 8D. RGB value is (198,30,141). Sum of RGB (Red+Green+Blue) = 198+30+141=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61E8D is #39E172. Grayscale: #5C5C5C. Windows color (decimal): -3793267 or 9248454. OLE color: 9248454.
HSL color Cylindrical-coordinate representation of color #C61E8D: hue angle of 320.36º 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 #C61E8D is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 141 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.22 |
| HSL | 320.36º | 0.74% | 0.45% | - |
| HSV(B) | 320.36º | 0.85% | 0.78% | - |
| XYZ | 28.56 | 14.86 | 26.56 | - |
| YUV | 92.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 141 | 0 | 0.85 | 0.29 | 0.22 | 320.36 | 0.74 | 0.45 |
| Hex | C6 | 1E | 8D | 0 | 55 | 1D | 16 | 140 | 4A | 2D |
| Octal | 306 | 36 | 215 | 0 | 125 | 35 | 26 | 500 | 112 | 55 |
| Binary | 11000110 | 11110 | 10001101 | 0 | 1010101 | 11101 | 10110 | 101000000 | 1001010 | 101101 |
Color Harmonies of #C61E8D
Complementary color
Monochromatic Colors of #C61E8D
Black with #C61E8D
Text Example
Text Example
White with #C61E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E8D; }
p { color: rgb(198,30,141); }
H1.HeaderClassName
{
color: #C61E8D;
}
.AnyTagClassName
{
color: #C61E8D;
}
</style>
background-color css
<style>
a { background-color: #C61E8D; }
a { background-color: rgb(198,30,141); }
div.DivClassName
{
background-color: #C61E8D;
}
.BgClassName
{
background-color: #C61E8D;
}
</style>
border-color css
<style>
span { border-color: #C61E8D; }
span { border-color: rgb(198,30,141); }
td.TdClassName
{
border-color: #C61E8D;
}
.TagClassName
{
border-color: #C61E8D;
}
</style>