Shades of Medium Violet Red #C61D7E
Tints of Medium Violet Red #C61D7E
RGB
CMYK
RGB Variations
Color information
#C61D7E (or 0xC61D7E) is known color: Medium Violet Red. HEX triplet: C6, 1D and 7E. RGB value is (198,29,126). Sum of RGB (Red+Green+Blue) = 198+29+126=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D7E is #39E281. Grayscale: #5A5A5A. Windows color (decimal): -3793538 or 8265158. OLE color: 8265158.
HSL color Cylindrical-coordinate representation of color #C61D7E: hue angle of 325.56º 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 #C61D7E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 126 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.22 |
| HSL | 325.56º | 0.74% | 0.45% | - |
| HSV(B) | 325.56º | 0.85% | 0.78% | - |
| XYZ | 27.49 | 14.39 | 21.07 | - |
| YUV | 90.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 126 | 0 | 0.85 | 0.36 | 0.22 | 325.56 | 0.74 | 0.45 |
| Hex | C6 | 1D | 7E | 0 | 55 | 24 | 16 | 146 | 4A | 2D |
| Octal | 306 | 35 | 176 | 0 | 125 | 44 | 26 | 506 | 112 | 55 |
| Binary | 11000110 | 11101 | 1111110 | 0 | 1010101 | 100100 | 10110 | 101000110 | 1001010 | 101101 |
Color Harmonies of #C61D7E
Complementary color
Monochromatic Colors of #C61D7E
Black with #C61D7E
Text Example
Text Example
White with #C61D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D7E; }
p { color: rgb(198,29,126); }
H1.HeaderClassName
{
color: #C61D7E;
}
.AnyTagClassName
{
color: #C61D7E;
}
</style>
background-color css
<style>
a { background-color: #C61D7E; }
a { background-color: rgb(198,29,126); }
div.DivClassName
{
background-color: #C61D7E;
}
.BgClassName
{
background-color: #C61D7E;
}
</style>
border-color css
<style>
span { border-color: #C61D7E; }
span { border-color: rgb(198,29,126); }
td.TdClassName
{
border-color: #C61D7E;
}
.TagClassName
{
border-color: #C61D7E;
}
</style>