Shades of Medium Violet Red #C61375
Tints of Medium Violet Red #C61375
RGB
CMYK
RGB Variations
Color information
#C61375 (or 0xC61375) is known color: Medium Violet Red. HEX triplet: C6, 13 and 75. RGB value is (198,19,117). Sum of RGB (Red+Green+Blue) = 198+19+117=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C61375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61375 is #39EC8A. Grayscale: #535353. Windows color (decimal): -3796107 or 7672774. OLE color: 7672774.
HSL color Cylindrical-coordinate representation of color #C61375: hue angle of 327.15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61375 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 117 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.22 |
| HSL | 327.15º | 0.82% | 0.43% | - |
| HSV(B) | 327.15º | 0.9% | 0.78% | - |
| XYZ | 26.73 | 13.76 | 18.08 | - |
| YUV | 83.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 117 | 0 | 0.90 | 0.41 | 0.22 | 327.15 | 0.82 | 0.43 |
| Hex | C6 | 13 | 75 | 0 | 5A | 29 | 16 | 147 | 52 | 2B |
| Octal | 306 | 23 | 165 | 0 | 132 | 51 | 26 | 507 | 122 | 53 |
| Binary | 11000110 | 10011 | 1110101 | 0 | 1011010 | 101001 | 10110 | 101000111 | 1010010 | 101011 |
Color Harmonies of #C61375
Complementary color
Monochromatic Colors of #C61375
Black with #C61375
Text Example
Text Example
White with #C61375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61375; }
p { color: rgb(198,19,117); }
H1.HeaderClassName
{
color: #C61375;
}
.AnyTagClassName
{
color: #C61375;
}
</style>
background-color css
<style>
a { background-color: #C61375; }
a { background-color: rgb(198,19,117); }
div.DivClassName
{
background-color: #C61375;
}
.BgClassName
{
background-color: #C61375;
}
</style>
border-color css
<style>
span { border-color: #C61375; }
span { border-color: rgb(198,19,117); }
td.TdClassName
{
border-color: #C61375;
}
.TagClassName
{
border-color: #C61375;
}
</style>