Shades of Medium Red Violet #C6377A
Tints of Medium Red Violet #C6377A
RGB
CMYK
RGB Variations
Color information
#C6377A (or 0xC6377A) is known color: Medium Red Violet. HEX triplet: C6, 37 and 7A. RGB value is (198,55,122). Sum of RGB (Red+Green+Blue) = 198+55+122=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6377A is #39C885. Grayscale: #696969. Windows color (decimal): -3786886 or 8009670. OLE color: 8009670.
HSL color Cylindrical-coordinate representation of color #C6377A: hue angle of 331.89º degrees, saturation: 0.57, 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 #C6377A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 122 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.22 |
| HSL | 331.89º | 0.57% | 0.5% | - |
| HSV(B) | 331.89º | 0.72% | 0.78% | - |
| XYZ | 28.17 | 16.14 | 20.04 | - |
| YUV | 105.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 122 | 0 | 0.72 | 0.38 | 0.22 | 331.89 | 0.57 | 0.5 |
| Hex | C6 | 37 | 7A | 0 | 48 | 26 | 16 | 14C | 39 | 32 |
| Octal | 306 | 67 | 172 | 0 | 110 | 46 | 26 | 514 | 71 | 62 |
| Binary | 11000110 | 110111 | 1111010 | 0 | 1001000 | 100110 | 10110 | 101001100 | 111001 | 110010 |
Color Harmonies of #C6377A
Complementary color
Monochromatic Colors of #C6377A
Black with #C6377A
Text Example
Text Example
White with #C6377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6377A; }
p { color: rgb(198,55,122); }
H1.HeaderClassName
{
color: #C6377A;
}
.AnyTagClassName
{
color: #C6377A;
}
</style>
background-color css
<style>
a { background-color: #C6377A; }
a { background-color: rgb(198,55,122); }
div.DivClassName
{
background-color: #C6377A;
}
.BgClassName
{
background-color: #C6377A;
}
</style>
border-color css
<style>
span { border-color: #C6377A; }
span { border-color: rgb(198,55,122); }
td.TdClassName
{
border-color: #C6377A;
}
.TagClassName
{
border-color: #C6377A;
}
</style>