Shades of Medium Violet Red #C61873
Tints of Medium Violet Red #C61873
RGB
CMYK
RGB Variations
Color information
#C61873 (or 0xC61873) is known color: Medium Violet Red. HEX triplet: C6, 18 and 73. RGB value is (198,24,115). Sum of RGB (Red+Green+Blue) = 198+24+115=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C61873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61873 is #39E78C. Grayscale: #565656. Windows color (decimal): -3794829 or 7542982. OLE color: 7542982.
HSL color Cylindrical-coordinate representation of color #C61873: hue angle of 328.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61873 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 115 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.22 |
| HSL | 328.62º | 0.78% | 0.44% | - |
| HSV(B) | 328.62º | 0.88% | 0.78% | - |
| XYZ | 26.71 | 13.9 | 17.49 | - |
| YUV | 86.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 115 | 0 | 0.88 | 0.42 | 0.22 | 328.62 | 0.78 | 0.44 |
| Hex | C6 | 18 | 73 | 0 | 58 | 2A | 16 | 149 | 4E | 2C |
| Octal | 306 | 30 | 163 | 0 | 130 | 52 | 26 | 511 | 116 | 54 |
| Binary | 11000110 | 11000 | 1110011 | 0 | 1011000 | 101010 | 10110 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C61873
Complementary color
Monochromatic Colors of #C61873
Black with #C61873
Text Example
Text Example
White with #C61873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61873; }
p { color: rgb(198,24,115); }
H1.HeaderClassName
{
color: #C61873;
}
.AnyTagClassName
{
color: #C61873;
}
</style>
background-color css
<style>
a { background-color: #C61873; }
a { background-color: rgb(198,24,115); }
div.DivClassName
{
background-color: #C61873;
}
.BgClassName
{
background-color: #C61873;
}
</style>
border-color css
<style>
span { border-color: #C61873; }
span { border-color: rgb(198,24,115); }
td.TdClassName
{
border-color: #C61873;
}
.TagClassName
{
border-color: #C61873;
}
</style>