Shades of Medium Violet Red #C61875
Tints of Medium Violet Red #C61875
RGB
CMYK
RGB Variations
Color information
#C61875 (or 0xC61875) is known color: Medium Violet Red. HEX triplet: C6, 18 and 75. RGB value is (198,24,117). Sum of RGB (Red+Green+Blue) = 198+24+117=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C61875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61875 is #39E78A. Grayscale: #565656. Windows color (decimal): -3794827 or 7674054. OLE color: 7674054.
HSL color Cylindrical-coordinate representation of color #C61875: hue angle of 327.93º 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 #C61875 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 117 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.22 |
| HSL | 327.93º | 0.78% | 0.44% | - |
| HSV(B) | 327.93º | 0.88% | 0.78% | - |
| XYZ | 26.83 | 13.94 | 18.11 | - |
| YUV | 86.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 117 | 0 | 0.88 | 0.41 | 0.22 | 327.93 | 0.78 | 0.44 |
| Hex | C6 | 18 | 75 | 0 | 58 | 29 | 16 | 148 | 4E | 2C |
| Octal | 306 | 30 | 165 | 0 | 130 | 51 | 26 | 510 | 116 | 54 |
| Binary | 11000110 | 11000 | 1110101 | 0 | 1011000 | 101001 | 10110 | 101001000 | 1001110 | 101100 |
Color Harmonies of #C61875
Complementary color
Monochromatic Colors of #C61875
Black with #C61875
Text Example
Text Example
White with #C61875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61875; }
p { color: rgb(198,24,117); }
H1.HeaderClassName
{
color: #C61875;
}
.AnyTagClassName
{
color: #C61875;
}
</style>
background-color css
<style>
a { background-color: #C61875; }
a { background-color: rgb(198,24,117); }
div.DivClassName
{
background-color: #C61875;
}
.BgClassName
{
background-color: #C61875;
}
</style>
border-color css
<style>
span { border-color: #C61875; }
span { border-color: rgb(198,24,117); }
td.TdClassName
{
border-color: #C61875;
}
.TagClassName
{
border-color: #C61875;
}
</style>