Shades of Medium Violet Red #C61A6C
Tints of Medium Violet Red #C61A6C
RGB
CMYK
RGB Variations
Color information
#C61A6C (or 0xC61A6C) is known color: Medium Violet Red. HEX triplet: C6, 1A and 6C. RGB value is (198,26,108). Sum of RGB (Red+Green+Blue) = 198+26+108=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A6C is #39E593. Grayscale: #565656. Windows color (decimal): -3794324 or 7084742. OLE color: 7084742.
HSL color Cylindrical-coordinate representation of color #C61A6C: hue angle of 331.4º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A6C is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 108 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.22 |
| HSL | 331.4º | 0.77% | 0.44% | - |
| HSV(B) | 331.4º | 0.87% | 0.78% | - |
| XYZ | 26.36 | 13.83 | 15.47 | - |
| YUV | 86.78 | 139.98 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 108 | 0 | 0.87 | 0.45 | 0.22 | 331.4 | 0.77 | 0.44 |
| Hex | C6 | 1A | 6C | 0 | 57 | 2D | 16 | 14B | 4D | 2C |
| Octal | 306 | 32 | 154 | 0 | 127 | 55 | 26 | 513 | 115 | 54 |
| Binary | 11000110 | 11010 | 1101100 | 0 | 1010111 | 101101 | 10110 | 101001011 | 1001101 | 101100 |
Color Harmonies of #C61A6C
Complementary color
Monochromatic Colors of #C61A6C
Black with #C61A6C
Text Example
Text Example
White with #C61A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A6C; }
p { color: rgb(198,26,108); }
H1.HeaderClassName
{
color: #C61A6C;
}
.AnyTagClassName
{
color: #C61A6C;
}
</style>
background-color css
<style>
a { background-color: #C61A6C; }
a { background-color: rgb(198,26,108); }
div.DivClassName
{
background-color: #C61A6C;
}
.BgClassName
{
background-color: #C61A6C;
}
</style>
border-color css
<style>
span { border-color: #C61A6C; }
span { border-color: rgb(198,26,108); }
td.TdClassName
{
border-color: #C61A6C;
}
.TagClassName
{
border-color: #C61A6C;
}
</style>