Shades of Medium Red Violet #C62776
Tints of Medium Red Violet #C62776
RGB
CMYK
RGB Variations
Color information
#C62776 (or 0xC62776) is known color: Medium Red Violet. HEX triplet: C6, 27 and 76. RGB value is (198,39,118). Sum of RGB (Red+Green+Blue) = 198+39+118=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C62776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62776 is #39D889. Grayscale: #5F5F5F. Windows color (decimal): -3790986 or 7743430. OLE color: 7743430.
HSL color Cylindrical-coordinate representation of color #C62776: hue angle of 330.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62776 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 118 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.22 |
| HSL | 330.19º | 0.67% | 0.46% | - |
| HSV(B) | 330.19º | 0.8% | 0.78% | - |
| XYZ | 27.28 | 14.76 | 18.55 | - |
| YUV | 95.55 | 140.68 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 118 | 0 | 0.80 | 0.40 | 0.22 | 330.19 | 0.67 | 0.46 |
| Hex | C6 | 27 | 76 | 0 | 50 | 28 | 16 | 14A | 43 | 2E |
| Octal | 306 | 47 | 166 | 0 | 120 | 50 | 26 | 512 | 103 | 56 |
| Binary | 11000110 | 100111 | 1110110 | 0 | 1010000 | 101000 | 10110 | 101001010 | 1000011 | 101110 |
Color Harmonies of #C62776
Complementary color
Monochromatic Colors of #C62776
Black with #C62776
Text Example
Text Example
White with #C62776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62776; }
p { color: rgb(198,39,118); }
H1.HeaderClassName
{
color: #C62776;
}
.AnyTagClassName
{
color: #C62776;
}
</style>
background-color css
<style>
a { background-color: #C62776; }
a { background-color: rgb(198,39,118); }
div.DivClassName
{
background-color: #C62776;
}
.BgClassName
{
background-color: #C62776;
}
</style>
border-color css
<style>
span { border-color: #C62776; }
span { border-color: rgb(198,39,118); }
td.TdClassName
{
border-color: #C62776;
}
.TagClassName
{
border-color: #C62776;
}
</style>