Shades of Medium Violet Red #C61279
Tints of Medium Violet Red #C61279
RGB
CMYK
RGB Variations
Color information
#C61279 (or 0xC61279) is known color: Medium Violet Red. HEX triplet: C6, 12 and 79. RGB value is (198,18,121). Sum of RGB (Red+Green+Blue) = 198+18+121=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C61279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61279 is #39ED86. Grayscale: #535353. Windows color (decimal): -3796359 or 7934662. OLE color: 7934662.
HSL color Cylindrical-coordinate representation of color #C61279: hue angle of 325.67º 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 #C61279 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 121 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.22 |
| HSL | 325.67º | 0.83% | 0.42% | - |
| HSV(B) | 325.67º | 0.91% | 0.78% | - |
| XYZ | 26.96 | 13.82 | 19.34 | - |
| YUV | 83.56 | 149.13 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 121 | 0 | 0.91 | 0.39 | 0.22 | 325.67 | 0.83 | 0.42 |
| Hex | C6 | 12 | 79 | 0 | 5B | 27 | 16 | 146 | 53 | 2A |
| Octal | 306 | 22 | 171 | 0 | 133 | 47 | 26 | 506 | 123 | 52 |
| Binary | 11000110 | 10010 | 1111001 | 0 | 1011011 | 100111 | 10110 | 101000110 | 1010011 | 101010 |
Color Harmonies of #C61279
Complementary color
Monochromatic Colors of #C61279
Black with #C61279
Text Example
Text Example
White with #C61279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61279; }
p { color: rgb(198,18,121); }
H1.HeaderClassName
{
color: #C61279;
}
.AnyTagClassName
{
color: #C61279;
}
</style>
background-color css
<style>
a { background-color: #C61279; }
a { background-color: rgb(198,18,121); }
div.DivClassName
{
background-color: #C61279;
}
.BgClassName
{
background-color: #C61279;
}
</style>
border-color css
<style>
span { border-color: #C61279; }
span { border-color: rgb(198,18,121); }
td.TdClassName
{
border-color: #C61279;
}
.TagClassName
{
border-color: #C61279;
}
</style>