Shades of Medium Violet Red #C61C6C
Tints of Medium Violet Red #C61C6C
RGB
CMYK
RGB Variations
Color information
#C61C6C (or 0xC61C6C) is known color: Medium Violet Red. HEX triplet: C6, 1C and 6C. RGB value is (198,28,108). Sum of RGB (Red+Green+Blue) = 198+28+108=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C6C is #39E393. Grayscale: #575757. Windows color (decimal): -3793812 or 7085254. OLE color: 7085254.
HSL color Cylindrical-coordinate representation of color #C61C6C: hue angle of 331.76º 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 #C61C6C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 108 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.22 |
| HSL | 331.76º | 0.75% | 0.44% | - |
| HSV(B) | 331.76º | 0.86% | 0.78% | - |
| XYZ | 26.41 | 13.92 | 15.48 | - |
| YUV | 87.95 | 139.32 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 108 | 0 | 0.86 | 0.45 | 0.22 | 331.76 | 0.75 | 0.44 |
| Hex | C6 | 1C | 6C | 0 | 56 | 2D | 16 | 14C | 4B | 2C |
| Octal | 306 | 34 | 154 | 0 | 126 | 55 | 26 | 514 | 113 | 54 |
| Binary | 11000110 | 11100 | 1101100 | 0 | 1010110 | 101101 | 10110 | 101001100 | 1001011 | 101100 |
Color Harmonies of #C61C6C
Complementary color
Monochromatic Colors of #C61C6C
Black with #C61C6C
Text Example
Text Example
White with #C61C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C6C; }
p { color: rgb(198,28,108); }
H1.HeaderClassName
{
color: #C61C6C;
}
.AnyTagClassName
{
color: #C61C6C;
}
</style>
background-color css
<style>
a { background-color: #C61C6C; }
a { background-color: rgb(198,28,108); }
div.DivClassName
{
background-color: #C61C6C;
}
.BgClassName
{
background-color: #C61C6C;
}
</style>
border-color css
<style>
span { border-color: #C61C6C; }
span { border-color: rgb(198,28,108); }
td.TdClassName
{
border-color: #C61C6C;
}
.TagClassName
{
border-color: #C61C6C;
}
</style>