Shades of Medium Violet Red #C61C9C
Tints of Medium Violet Red #C61C9C
RGB
CMYK
RGB Variations
Color information
#C61C9C (or 0xC61C9C) is known color: Medium Violet Red. HEX triplet: C6, 1C and 9C. RGB value is (198,28,156). Sum of RGB (Red+Green+Blue) = 198+28+156=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C9C is #39E363. Grayscale: #5D5D5D. Windows color (decimal): -3793764 or 10230982. OLE color: 10230982.
HSL color Cylindrical-coordinate representation of color #C61C9C: hue angle of 314.82º 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 #C61C9C is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 156 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.22 |
| HSL | 314.82º | 0.75% | 0.44% | - |
| HSV(B) | 314.82º | 0.86% | 0.78% | - |
| XYZ | 29.7 | 15.24 | 32.83 | - |
| YUV | 93.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 156 | 0 | 0.86 | 0.21 | 0.22 | 314.82 | 0.75 | 0.44 |
| Hex | C6 | 1C | 9C | 0 | 56 | 15 | 16 | 13B | 4B | 2C |
| Octal | 306 | 34 | 234 | 0 | 126 | 25 | 26 | 473 | 113 | 54 |
| Binary | 11000110 | 11100 | 10011100 | 0 | 1010110 | 10101 | 10110 | 100111011 | 1001011 | 101100 |
Color Harmonies of #C61C9C
Complementary color
Monochromatic Colors of #C61C9C
Black with #C61C9C
Text Example
Text Example
White with #C61C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C9C; }
p { color: rgb(198,28,156); }
H1.HeaderClassName
{
color: #C61C9C;
}
.AnyTagClassName
{
color: #C61C9C;
}
</style>
background-color css
<style>
a { background-color: #C61C9C; }
a { background-color: rgb(198,28,156); }
div.DivClassName
{
background-color: #C61C9C;
}
.BgClassName
{
background-color: #C61C9C;
}
</style>
border-color css
<style>
span { border-color: #C61C9C; }
span { border-color: rgb(198,28,156); }
td.TdClassName
{
border-color: #C61C9C;
}
.TagClassName
{
border-color: #C61C9C;
}
</style>