Shades of Medium Red Violet #C7377B
Tints of Medium Red Violet #C7377B
RGB
CMYK
RGB Variations
Color information
#C7377B (or 0xC7377B) is known color: Medium Red Violet. HEX triplet: C7, 37 and 7B. RGB value is (199,55,123). Sum of RGB (Red+Green+Blue) = 199+55+123=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7377B is #38C884. Grayscale: #696969. Windows color (decimal): -3721349 or 8075207. OLE color: 8075207.
HSL color Cylindrical-coordinate representation of color #C7377B: hue angle of 331.67º 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 #C7377B is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 123 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.22 |
| HSL | 331.67º | 0.57% | 0.5% | - |
| HSV(B) | 331.67º | 0.72% | 0.78% | - |
| XYZ | 28.49 | 16.3 | 20.38 | - |
| YUV | 105.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 123 | 0 | 0.72 | 0.38 | 0.22 | 331.67 | 0.57 | 0.5 |
| Hex | C7 | 37 | 7B | 0 | 48 | 26 | 16 | 14C | 39 | 32 |
| Octal | 307 | 67 | 173 | 0 | 110 | 46 | 26 | 514 | 71 | 62 |
| Binary | 11000111 | 110111 | 1111011 | 0 | 1001000 | 100110 | 10110 | 101001100 | 111001 | 110010 |
Color Harmonies of #C7377B
Complementary color
Monochromatic Colors of #C7377B
Black with #C7377B
Text Example
Text Example
White with #C7377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7377B; }
p { color: rgb(199,55,123); }
H1.HeaderClassName
{
color: #C7377B;
}
.AnyTagClassName
{
color: #C7377B;
}
</style>
background-color css
<style>
a { background-color: #C7377B; }
a { background-color: rgb(199,55,123); }
div.DivClassName
{
background-color: #C7377B;
}
.BgClassName
{
background-color: #C7377B;
}
</style>
border-color css
<style>
span { border-color: #C7377B; }
span { border-color: rgb(199,55,123); }
td.TdClassName
{
border-color: #C7377B;
}
.TagClassName
{
border-color: #C7377B;
}
</style>