Shades of Medium Red Violet #C63876
Tints of Medium Red Violet #C63876
RGB
CMYK
RGB Variations
Color information
#C63876 (or 0xC63876) is known color: Medium Red Violet. HEX triplet: C6, 38 and 76. RGB value is (198,56,118). Sum of RGB (Red+Green+Blue) = 198+56+118=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C63876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63876 is #39C789. Grayscale: #696969. Windows color (decimal): -3786634 or 7747782. OLE color: 7747782.
HSL color Cylindrical-coordinate representation of color #C63876: hue angle of 333.8º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63876 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 118 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.22 |
| HSL | 333.8º | 0.56% | 0.5% | - |
| HSV(B) | 333.8º | 0.72% | 0.78% | - |
| XYZ | 27.97 | 16.14 | 18.78 | - |
| YUV | 105.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 118 | 0 | 0.72 | 0.40 | 0.22 | 333.8 | 0.56 | 0.5 |
| Hex | C6 | 38 | 76 | 0 | 48 | 28 | 16 | 14E | 38 | 32 |
| Octal | 306 | 70 | 166 | 0 | 110 | 50 | 26 | 516 | 70 | 62 |
| Binary | 11000110 | 111000 | 1110110 | 0 | 1001000 | 101000 | 10110 | 101001110 | 111000 | 110010 |
Color Harmonies of #C63876
Complementary color
Monochromatic Colors of #C63876
Black with #C63876
Text Example
Text Example
White with #C63876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63876; }
p { color: rgb(198,56,118); }
H1.HeaderClassName
{
color: #C63876;
}
.AnyTagClassName
{
color: #C63876;
}
</style>
background-color css
<style>
a { background-color: #C63876; }
a { background-color: rgb(198,56,118); }
div.DivClassName
{
background-color: #C63876;
}
.BgClassName
{
background-color: #C63876;
}
</style>
border-color css
<style>
span { border-color: #C63876; }
span { border-color: rgb(198,56,118); }
td.TdClassName
{
border-color: #C63876;
}
.TagClassName
{
border-color: #C63876;
}
</style>