Shades of Medium Red Violet #C63C79
Tints of Medium Red Violet #C63C79
RGB
CMYK
RGB Variations
Color information
#C63C79 (or 0xC63C79) is known color: Medium Red Violet. HEX triplet: C6, 3C and 79. RGB value is (198,60,121). Sum of RGB (Red+Green+Blue) = 198+60+121=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C79 is #39C386. Grayscale: #6C6C6C. Windows color (decimal): -3785607 or 7945414. OLE color: 7945414.
HSL color Cylindrical-coordinate representation of color #C63C79: hue angle of 333.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C79 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 121 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.22 |
| HSL | 333.48º | 0.55% | 0.51% | - |
| HSV(B) | 333.48º | 0.7% | 0.78% | - |
| XYZ | 28.36 | 16.62 | 19.8 | - |
| YUV | 108.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 121 | 0 | 0.70 | 0.39 | 0.22 | 333.48 | 0.55 | 0.51 |
| Hex | C6 | 3C | 79 | 0 | 46 | 27 | 16 | 14D | 37 | 33 |
| Octal | 306 | 74 | 171 | 0 | 106 | 47 | 26 | 515 | 67 | 63 |
| Binary | 11000110 | 111100 | 1111001 | 0 | 1000110 | 100111 | 10110 | 101001101 | 110111 | 110011 |
Color Harmonies of #C63C79
Complementary color
Monochromatic Colors of #C63C79
Black with #C63C79
Text Example
Text Example
White with #C63C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C79; }
p { color: rgb(198,60,121); }
H1.HeaderClassName
{
color: #C63C79;
}
.AnyTagClassName
{
color: #C63C79;
}
</style>
background-color css
<style>
a { background-color: #C63C79; }
a { background-color: rgb(198,60,121); }
div.DivClassName
{
background-color: #C63C79;
}
.BgClassName
{
background-color: #C63C79;
}
</style>
border-color css
<style>
span { border-color: #C63C79; }
span { border-color: rgb(198,60,121); }
td.TdClassName
{
border-color: #C63C79;
}
.TagClassName
{
border-color: #C63C79;
}
</style>