Shades of Medium Violet Red #C61C7E
Tints of Medium Violet Red #C61C7E
RGB
CMYK
RGB Variations
Color information
#C61C7E (or 0xC61C7E) is known color: Medium Violet Red. HEX triplet: C6, 1C and 7E. RGB value is (198,28,126). Sum of RGB (Red+Green+Blue) = 198+28+126=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C7E is #39E381. Grayscale: #595959. Windows color (decimal): -3793794 or 8264902. OLE color: 8264902.
HSL color Cylindrical-coordinate representation of color #C61C7E: hue angle of 325.41º 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 #C61C7E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 126 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.22 |
| HSL | 325.41º | 0.75% | 0.44% | - |
| HSV(B) | 325.41º | 0.86% | 0.78% | - |
| XYZ | 27.47 | 14.34 | 21.06 | - |
| YUV | 90 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 126 | 0 | 0.86 | 0.36 | 0.22 | 325.41 | 0.75 | 0.44 |
| Hex | C6 | 1C | 7E | 0 | 56 | 24 | 16 | 145 | 4B | 2C |
| Octal | 306 | 34 | 176 | 0 | 126 | 44 | 26 | 505 | 113 | 54 |
| Binary | 11000110 | 11100 | 1111110 | 0 | 1010110 | 100100 | 10110 | 101000101 | 1001011 | 101100 |
Color Harmonies of #C61C7E
Complementary color
Monochromatic Colors of #C61C7E
Black with #C61C7E
Text Example
Text Example
White with #C61C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C7E; }
p { color: rgb(198,28,126); }
H1.HeaderClassName
{
color: #C61C7E;
}
.AnyTagClassName
{
color: #C61C7E;
}
</style>
background-color css
<style>
a { background-color: #C61C7E; }
a { background-color: rgb(198,28,126); }
div.DivClassName
{
background-color: #C61C7E;
}
.BgClassName
{
background-color: #C61C7E;
}
</style>
border-color css
<style>
span { border-color: #C61C7E; }
span { border-color: rgb(198,28,126); }
td.TdClassName
{
border-color: #C61C7E;
}
.TagClassName
{
border-color: #C61C7E;
}
</style>