Shades of Medium Violet Red #C61E7D
Tints of Medium Violet Red #C61E7D
RGB
CMYK
RGB Variations
Color information
#C61E7D (or 0xC61E7D) is known color: Medium Violet Red. HEX triplet: C6, 1E and 7D. RGB value is (198,30,125). Sum of RGB (Red+Green+Blue) = 198+30+125=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61E7D is #39E182. Grayscale: #5A5A5A. Windows color (decimal): -3793283 or 8199878. OLE color: 8199878.
HSL color Cylindrical-coordinate representation of color #C61E7D: hue angle of 326.07º 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 #C61E7D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 125 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.22 |
| HSL | 326.07º | 0.74% | 0.45% | - |
| HSV(B) | 326.07º | 0.85% | 0.78% | - |
| XYZ | 27.45 | 14.41 | 20.74 | - |
| YUV | 91.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 125 | 0 | 0.85 | 0.37 | 0.22 | 326.07 | 0.74 | 0.45 |
| Hex | C6 | 1E | 7D | 0 | 55 | 25 | 16 | 146 | 4A | 2D |
| Octal | 306 | 36 | 175 | 0 | 125 | 45 | 26 | 506 | 112 | 55 |
| Binary | 11000110 | 11110 | 1111101 | 0 | 1010101 | 100101 | 10110 | 101000110 | 1001010 | 101101 |
Color Harmonies of #C61E7D
Complementary color
Monochromatic Colors of #C61E7D
Black with #C61E7D
Text Example
Text Example
White with #C61E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E7D; }
p { color: rgb(198,30,125); }
H1.HeaderClassName
{
color: #C61E7D;
}
.AnyTagClassName
{
color: #C61E7D;
}
</style>
background-color css
<style>
a { background-color: #C61E7D; }
a { background-color: rgb(198,30,125); }
div.DivClassName
{
background-color: #C61E7D;
}
.BgClassName
{
background-color: #C61E7D;
}
</style>
border-color css
<style>
span { border-color: #C61E7D; }
span { border-color: rgb(198,30,125); }
td.TdClassName
{
border-color: #C61E7D;
}
.TagClassName
{
border-color: #C61E7D;
}
</style>