Shades of Medium Violet Red #C61A8C
Tints of Medium Violet Red #C61A8C
RGB
CMYK
RGB Variations
Color information
#C61A8C (or 0xC61A8C) is known color: Medium Violet Red. HEX triplet: C6, 1A and 8C. RGB value is (198,26,140). Sum of RGB (Red+Green+Blue) = 198+26+140=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61A8C is #39E573. Grayscale: #5A5A5A. Windows color (decimal): -3794292 or 9181894. OLE color: 9181894.
HSL color Cylindrical-coordinate representation of color #C61A8C: hue angle of 320.23º 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 #C61A8C is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 140 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.22 |
| HSL | 320.23º | 0.77% | 0.44% | - |
| HSV(B) | 320.23º | 0.87% | 0.78% | - |
| XYZ | 28.39 | 14.64 | 26.14 | - |
| YUV | 90.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 140 | 0 | 0.87 | 0.29 | 0.22 | 320.23 | 0.77 | 0.44 |
| Hex | C6 | 1A | 8C | 0 | 57 | 1D | 16 | 140 | 4D | 2C |
| Octal | 306 | 32 | 214 | 0 | 127 | 35 | 26 | 500 | 115 | 54 |
| Binary | 11000110 | 11010 | 10001100 | 0 | 1010111 | 11101 | 10110 | 101000000 | 1001101 | 101100 |
Color Harmonies of #C61A8C
Complementary color
Monochromatic Colors of #C61A8C
Black with #C61A8C
Text Example
Text Example
White with #C61A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A8C; }
p { color: rgb(198,26,140); }
H1.HeaderClassName
{
color: #C61A8C;
}
.AnyTagClassName
{
color: #C61A8C;
}
</style>
background-color css
<style>
a { background-color: #C61A8C; }
a { background-color: rgb(198,26,140); }
div.DivClassName
{
background-color: #C61A8C;
}
.BgClassName
{
background-color: #C61A8C;
}
</style>
border-color css
<style>
span { border-color: #C61A8C; }
span { border-color: rgb(198,26,140); }
td.TdClassName
{
border-color: #C61A8C;
}
.TagClassName
{
border-color: #C61A8C;
}
</style>