Shades of Medium Violet Red #C61C72
Tints of Medium Violet Red #C61C72
RGB
CMYK
RGB Variations
Color information
#C61C72 (or 0xC61C72) is known color: Medium Violet Red. HEX triplet: C6, 1C and 72. RGB value is (198,28,114). Sum of RGB (Red+Green+Blue) = 198+28+114=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C72 is #39E38D. Grayscale: #585858. Windows color (decimal): -3793806 or 7478470. OLE color: 7478470.
HSL color Cylindrical-coordinate representation of color #C61C72: hue angle of 329.65º 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 #C61C72 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 114 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.22 |
| HSL | 329.65º | 0.75% | 0.44% | - |
| HSV(B) | 329.65º | 0.86% | 0.78% | - |
| XYZ | 26.74 | 14.05 | 17.22 | - |
| YUV | 88.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 114 | 0 | 0.86 | 0.42 | 0.22 | 329.65 | 0.75 | 0.44 |
| Hex | C6 | 1C | 72 | 0 | 56 | 2A | 16 | 14A | 4B | 2C |
| Octal | 306 | 34 | 162 | 0 | 126 | 52 | 26 | 512 | 113 | 54 |
| Binary | 11000110 | 11100 | 1110010 | 0 | 1010110 | 101010 | 10110 | 101001010 | 1001011 | 101100 |
Color Harmonies of #C61C72
Complementary color
Monochromatic Colors of #C61C72
Black with #C61C72
Text Example
Text Example
White with #C61C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C72; }
p { color: rgb(198,28,114); }
H1.HeaderClassName
{
color: #C61C72;
}
.AnyTagClassName
{
color: #C61C72;
}
</style>
background-color css
<style>
a { background-color: #C61C72; }
a { background-color: rgb(198,28,114); }
div.DivClassName
{
background-color: #C61C72;
}
.BgClassName
{
background-color: #C61C72;
}
</style>
border-color css
<style>
span { border-color: #C61C72; }
span { border-color: rgb(198,28,114); }
td.TdClassName
{
border-color: #C61C72;
}
.TagClassName
{
border-color: #C61C72;
}
</style>