Shades of Medium Violet Red #C61F9D
Tints of Medium Violet Red #C61F9D
RGB
CMYK
RGB Variations
Color information
#C61F9D (or 0xC61F9D) is known color: Medium Violet Red. HEX triplet: C6, 1F and 9D. RGB value is (198,31,157). Sum of RGB (Red+Green+Blue) = 198+31+157=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61F9D is #39E062. Grayscale: #5E5E5E. Windows color (decimal): -3792995 or 10297286. OLE color: 10297286.
HSL color Cylindrical-coordinate representation of color #C61F9D: hue angle of 314.73º 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 #C61F9D is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 157 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.22 |
| HSL | 314.73º | 0.73% | 0.45% | - |
| HSV(B) | 314.73º | 0.84% | 0.78% | - |
| XYZ | 29.86 | 15.42 | 33.3 | - |
| YUV | 95.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 157 | 0 | 0.84 | 0.21 | 0.22 | 314.73 | 0.73 | 0.45 |
| Hex | C6 | 1F | 9D | 0 | 54 | 15 | 16 | 13B | 49 | 2D |
| Octal | 306 | 37 | 235 | 0 | 124 | 25 | 26 | 473 | 111 | 55 |
| Binary | 11000110 | 11111 | 10011101 | 0 | 1010100 | 10101 | 10110 | 100111011 | 1001001 | 101101 |
Color Harmonies of #C61F9D
Complementary color
Monochromatic Colors of #C61F9D
Black with #C61F9D
Text Example
Text Example
White with #C61F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F9D; }
p { color: rgb(198,31,157); }
H1.HeaderClassName
{
color: #C61F9D;
}
.AnyTagClassName
{
color: #C61F9D;
}
</style>
background-color css
<style>
a { background-color: #C61F9D; }
a { background-color: rgb(198,31,157); }
div.DivClassName
{
background-color: #C61F9D;
}
.BgClassName
{
background-color: #C61F9D;
}
</style>
border-color css
<style>
span { border-color: #C61F9D; }
span { border-color: rgb(198,31,157); }
td.TdClassName
{
border-color: #C61F9D;
}
.TagClassName
{
border-color: #C61F9D;
}
</style>