Shades of Medium Violet Red #C61D72
Tints of Medium Violet Red #C61D72
RGB
CMYK
RGB Variations
Color information
#C61D72 (or 0xC61D72) is known color: Medium Violet Red. HEX triplet: C6, 1D and 72. RGB value is (198,29,114). Sum of RGB (Red+Green+Blue) = 198+29+114=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D72 is #39E28D. Grayscale: #595959. Windows color (decimal): -3793550 or 7478726. OLE color: 7478726.
HSL color Cylindrical-coordinate representation of color #C61D72: hue angle of 329.82º 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 #C61D72 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 114 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.22 |
| HSL | 329.82º | 0.74% | 0.45% | - |
| HSV(B) | 329.82º | 0.85% | 0.78% | - |
| XYZ | 26.77 | 14.1 | 17.23 | - |
| YUV | 89.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 114 | 0 | 0.85 | 0.42 | 0.22 | 329.82 | 0.74 | 0.45 |
| Hex | C6 | 1D | 72 | 0 | 55 | 2A | 16 | 14A | 4A | 2D |
| Octal | 306 | 35 | 162 | 0 | 125 | 52 | 26 | 512 | 112 | 55 |
| Binary | 11000110 | 11101 | 1110010 | 0 | 1010101 | 101010 | 10110 | 101001010 | 1001010 | 101101 |
Color Harmonies of #C61D72
Complementary color
Monochromatic Colors of #C61D72
Black with #C61D72
Text Example
Text Example
White with #C61D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D72; }
p { color: rgb(198,29,114); }
H1.HeaderClassName
{
color: #C61D72;
}
.AnyTagClassName
{
color: #C61D72;
}
</style>
background-color css
<style>
a { background-color: #C61D72; }
a { background-color: rgb(198,29,114); }
div.DivClassName
{
background-color: #C61D72;
}
.BgClassName
{
background-color: #C61D72;
}
</style>
border-color css
<style>
span { border-color: #C61D72; }
span { border-color: rgb(198,29,114); }
td.TdClassName
{
border-color: #C61D72;
}
.TagClassName
{
border-color: #C61D72;
}
</style>