Shades of Medium Red Violet #C63176
Tints of Medium Red Violet #C63176
RGB
CMYK
RGB Variations
Color information
#C63176 (or 0xC63176) is known color: Medium Red Violet. HEX triplet: C6, 31 and 76. RGB value is (198,49,118). Sum of RGB (Red+Green+Blue) = 198+49+118=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C63176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63176 is #39CE89. Grayscale: #656565. Windows color (decimal): -3788426 or 7745990. OLE color: 7745990.
HSL color Cylindrical-coordinate representation of color #C63176: hue angle of 332.21º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63176 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 118 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.22 |
| HSL | 332.21º | 0.6% | 0.48% | - |
| HSV(B) | 332.21º | 0.75% | 0.78% | - |
| XYZ | 27.66 | 15.51 | 18.68 | - |
| YUV | 101.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 118 | 0 | 0.75 | 0.40 | 0.22 | 332.21 | 0.6 | 0.48 |
| Hex | C6 | 31 | 76 | 0 | 4B | 28 | 16 | 14C | 3C | 30 |
| Octal | 306 | 61 | 166 | 0 | 113 | 50 | 26 | 514 | 74 | 60 |
| Binary | 11000110 | 110001 | 1110110 | 0 | 1001011 | 101000 | 10110 | 101001100 | 111100 | 110000 |
Color Harmonies of #C63176
Complementary color
Monochromatic Colors of #C63176
Black with #C63176
Text Example
Text Example
White with #C63176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63176; }
p { color: rgb(198,49,118); }
H1.HeaderClassName
{
color: #C63176;
}
.AnyTagClassName
{
color: #C63176;
}
</style>
background-color css
<style>
a { background-color: #C63176; }
a { background-color: rgb(198,49,118); }
div.DivClassName
{
background-color: #C63176;
}
.BgClassName
{
background-color: #C63176;
}
</style>
border-color css
<style>
span { border-color: #C63176; }
span { border-color: rgb(198,49,118); }
td.TdClassName
{
border-color: #C63176;
}
.TagClassName
{
border-color: #C63176;
}
</style>