Shades of Medium Violet Red #C61275
Tints of Medium Violet Red #C61275
RGB
CMYK
RGB Variations
Color information
#C61275 (or 0xC61275) is known color: Medium Violet Red. HEX triplet: C6, 12 and 75. RGB value is (198,18,117). Sum of RGB (Red+Green+Blue) = 198+18+117=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C61275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61275 is #39ED8A. Grayscale: #525252. Windows color (decimal): -3796363 or 7672518. OLE color: 7672518.
HSL color Cylindrical-coordinate representation of color #C61275: hue angle of 327º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61275 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 117 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.22 |
| HSL | 327º | 0.83% | 0.42% | - |
| HSV(B) | 327º | 0.91% | 0.78% | - |
| XYZ | 26.72 | 13.72 | 18.07 | - |
| YUV | 83.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 117 | 0 | 0.91 | 0.41 | 0.22 | 327 | 0.83 | 0.42 |
| Hex | C6 | 12 | 75 | 0 | 5B | 29 | 16 | 147 | 53 | 2A |
| Octal | 306 | 22 | 165 | 0 | 133 | 51 | 26 | 507 | 123 | 52 |
| Binary | 11000110 | 10010 | 1110101 | 0 | 1011011 | 101001 | 10110 | 101000111 | 1010011 | 101010 |
Color Harmonies of #C61275
Complementary color
Monochromatic Colors of #C61275
Black with #C61275
Text Example
Text Example
White with #C61275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61275; }
p { color: rgb(198,18,117); }
H1.HeaderClassName
{
color: #C61275;
}
.AnyTagClassName
{
color: #C61275;
}
</style>
background-color css
<style>
a { background-color: #C61275; }
a { background-color: rgb(198,18,117); }
div.DivClassName
{
background-color: #C61275;
}
.BgClassName
{
background-color: #C61275;
}
</style>
border-color css
<style>
span { border-color: #C61275; }
span { border-color: rgb(198,18,117); }
td.TdClassName
{
border-color: #C61275;
}
.TagClassName
{
border-color: #C61275;
}
</style>