Shades of Medium Violet Red #C61F8C
Tints of Medium Violet Red #C61F8C
RGB
CMYK
RGB Variations
Color information
#C61F8C (or 0xC61F8C) is known color: Medium Violet Red. HEX triplet: C6, 1F and 8C. RGB value is (198,31,140). Sum of RGB (Red+Green+Blue) = 198+31+140=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61F8C is #39E073. Grayscale: #5D5D5D. Windows color (decimal): -3793012 or 9183174. OLE color: 9183174.
HSL color Cylindrical-coordinate representation of color #C61F8C: hue angle of 320.84º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61F8C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 140 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.22 |
| HSL | 320.84º | 0.73% | 0.45% | - |
| HSV(B) | 320.84º | 0.84% | 0.78% | - |
| XYZ | 28.51 | 14.88 | 26.18 | - |
| YUV | 93.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 140 | 0 | 0.84 | 0.29 | 0.22 | 320.84 | 0.73 | 0.45 |
| Hex | C6 | 1F | 8C | 0 | 54 | 1D | 16 | 141 | 49 | 2D |
| Octal | 306 | 37 | 214 | 0 | 124 | 35 | 26 | 501 | 111 | 55 |
| Binary | 11000110 | 11111 | 10001100 | 0 | 1010100 | 11101 | 10110 | 101000001 | 1001001 | 101101 |
Color Harmonies of #C61F8C
Complementary color
Monochromatic Colors of #C61F8C
Black with #C61F8C
Text Example
Text Example
White with #C61F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F8C; }
p { color: rgb(198,31,140); }
H1.HeaderClassName
{
color: #C61F8C;
}
.AnyTagClassName
{
color: #C61F8C;
}
</style>
background-color css
<style>
a { background-color: #C61F8C; }
a { background-color: rgb(198,31,140); }
div.DivClassName
{
background-color: #C61F8C;
}
.BgClassName
{
background-color: #C61F8C;
}
</style>
border-color css
<style>
span { border-color: #C61F8C; }
span { border-color: rgb(198,31,140); }
td.TdClassName
{
border-color: #C61F8C;
}
.TagClassName
{
border-color: #C61F8C;
}
</style>