Shades of Medium Violet Red #C61C74
Tints of Medium Violet Red #C61C74
RGB
CMYK
RGB Variations
Color information
#C61C74 (or 0xC61C74) is known color: Medium Violet Red. HEX triplet: C6, 1C and 74. RGB value is (198,28,116). Sum of RGB (Red+Green+Blue) = 198+28+116=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C74 is #39E38B. Grayscale: #585858. Windows color (decimal): -3793804 or 7609542. OLE color: 7609542.
HSL color Cylindrical-coordinate representation of color #C61C74: hue angle of 328.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C74 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 116 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.22 |
| HSL | 328.94º | 0.75% | 0.44% | - |
| HSV(B) | 328.94º | 0.86% | 0.78% | - |
| XYZ | 26.86 | 14.1 | 17.83 | - |
| YUV | 88.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 116 | 0 | 0.86 | 0.41 | 0.22 | 328.94 | 0.75 | 0.44 |
| Hex | C6 | 1C | 74 | 0 | 56 | 29 | 16 | 149 | 4B | 2C |
| Octal | 306 | 34 | 164 | 0 | 126 | 51 | 26 | 511 | 113 | 54 |
| Binary | 11000110 | 11100 | 1110100 | 0 | 1010110 | 101001 | 10110 | 101001001 | 1001011 | 101100 |
Color Harmonies of #C61C74
Complementary color
Monochromatic Colors of #C61C74
Black with #C61C74
Text Example
Text Example
White with #C61C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C74; }
p { color: rgb(198,28,116); }
H1.HeaderClassName
{
color: #C61C74;
}
.AnyTagClassName
{
color: #C61C74;
}
</style>
background-color css
<style>
a { background-color: #C61C74; }
a { background-color: rgb(198,28,116); }
div.DivClassName
{
background-color: #C61C74;
}
.BgClassName
{
background-color: #C61C74;
}
</style>
border-color css
<style>
span { border-color: #C61C74; }
span { border-color: rgb(198,28,116); }
td.TdClassName
{
border-color: #C61C74;
}
.TagClassName
{
border-color: #C61C74;
}
</style>