Shades of Medium Violet Red #C61C9A
Tints of Medium Violet Red #C61C9A
RGB
CMYK
RGB Variations
Color information
#C61C9A (or 0xC61C9A) is known color: Medium Violet Red. HEX triplet: C6, 1C and 9A. RGB value is (198,28,154). Sum of RGB (Red+Green+Blue) = 198+28+154=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C9A is #39E365. Grayscale: #5C5C5C. Windows color (decimal): -3793766 or 10099910. OLE color: 10099910.
HSL color Cylindrical-coordinate representation of color #C61C9A: hue angle of 315.53º 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 #C61C9A is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 154 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.22 |
| HSL | 315.53º | 0.75% | 0.44% | - |
| HSV(B) | 315.53º | 0.86% | 0.78% | - |
| XYZ | 29.54 | 15.17 | 31.94 | - |
| YUV | 93.19 | 162.32 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 154 | 0 | 0.86 | 0.22 | 0.22 | 315.53 | 0.75 | 0.44 |
| Hex | C6 | 1C | 9A | 0 | 56 | 16 | 16 | 13C | 4B | 2C |
| Octal | 306 | 34 | 232 | 0 | 126 | 26 | 26 | 474 | 113 | 54 |
| Binary | 11000110 | 11100 | 10011010 | 0 | 1010110 | 10110 | 10110 | 100111100 | 1001011 | 101100 |
Color Harmonies of #C61C9A
Complementary color
Monochromatic Colors of #C61C9A
Black with #C61C9A
Text Example
Text Example
White with #C61C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C9A; }
p { color: rgb(198,28,154); }
H1.HeaderClassName
{
color: #C61C9A;
}
.AnyTagClassName
{
color: #C61C9A;
}
</style>
background-color css
<style>
a { background-color: #C61C9A; }
a { background-color: rgb(198,28,154); }
div.DivClassName
{
background-color: #C61C9A;
}
.BgClassName
{
background-color: #C61C9A;
}
</style>
border-color css
<style>
span { border-color: #C61C9A; }
span { border-color: rgb(198,28,154); }
td.TdClassName
{
border-color: #C61C9A;
}
.TagClassName
{
border-color: #C61C9A;
}
</style>