Shades of Medium Violet Red #C61E9D
Tints of Medium Violet Red #C61E9D
RGB
CMYK
RGB Variations
Color information
#C61E9D (or 0xC61E9D) is known color: Medium Violet Red. HEX triplet: C6, 1E and 9D. RGB value is (198,30,157). Sum of RGB (Red+Green+Blue) = 198+30+157=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61E9D is #39E162. Grayscale: #5E5E5E. Windows color (decimal): -3793251 or 10297030. OLE color: 10297030.
HSL color Cylindrical-coordinate representation of color #C61E9D: hue angle of 314.64º 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 #C61E9D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 157 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.22 |
| HSL | 314.64º | 0.74% | 0.45% | - |
| HSV(B) | 314.64º | 0.85% | 0.78% | - |
| XYZ | 29.84 | 15.37 | 33.29 | - |
| YUV | 94.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 157 | 0 | 0.85 | 0.21 | 0.22 | 314.64 | 0.74 | 0.45 |
| Hex | C6 | 1E | 9D | 0 | 55 | 15 | 16 | 13B | 4A | 2D |
| Octal | 306 | 36 | 235 | 0 | 125 | 25 | 26 | 473 | 112 | 55 |
| Binary | 11000110 | 11110 | 10011101 | 0 | 1010101 | 10101 | 10110 | 100111011 | 1001010 | 101101 |
Color Harmonies of #C61E9D
Complementary color
Monochromatic Colors of #C61E9D
Black with #C61E9D
Text Example
Text Example
White with #C61E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E9D; }
p { color: rgb(198,30,157); }
H1.HeaderClassName
{
color: #C61E9D;
}
.AnyTagClassName
{
color: #C61E9D;
}
</style>
background-color css
<style>
a { background-color: #C61E9D; }
a { background-color: rgb(198,30,157); }
div.DivClassName
{
background-color: #C61E9D;
}
.BgClassName
{
background-color: #C61E9D;
}
</style>
border-color css
<style>
span { border-color: #C61E9D; }
span { border-color: rgb(198,30,157); }
td.TdClassName
{
border-color: #C61E9D;
}
.TagClassName
{
border-color: #C61E9D;
}
</style>