Shades of Medium Red Violet #C7379C
Tints of Medium Red Violet #C7379C
RGB
CMYK
RGB Variations
Color information
#C7379C (or 0xC7379C) is known color: Medium Red Violet. HEX triplet: C7, 37 and 9C. RGB value is (199,55,156). Sum of RGB (Red+Green+Blue) = 199+55+156=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7379C is #38C863. Grayscale: #6D6D6D. Windows color (decimal): -3721316 or 10237895. OLE color: 10237895.
HSL color Cylindrical-coordinate representation of color #C7379C: hue angle of 317.92º 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 #C7379C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 156 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.22 |
| HSL | 317.92º | 0.57% | 0.5% | - |
| HSV(B) | 317.92º | 0.72% | 0.78% | - |
| XYZ | 30.92 | 17.27 | 33.16 | - |
| YUV | 109.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 156 | 0 | 0.72 | 0.22 | 0.22 | 317.92 | 0.57 | 0.5 |
| Hex | C7 | 37 | 9C | 0 | 48 | 16 | 16 | 13E | 39 | 32 |
| Octal | 307 | 67 | 234 | 0 | 110 | 26 | 26 | 476 | 71 | 62 |
| Binary | 11000111 | 110111 | 10011100 | 0 | 1001000 | 10110 | 10110 | 100111110 | 111001 | 110010 |
Color Harmonies of #C7379C
Complementary color
Monochromatic Colors of #C7379C
Black with #C7379C
Text Example
Text Example
White with #C7379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7379C; }
p { color: rgb(199,55,156); }
H1.HeaderClassName
{
color: #C7379C;
}
.AnyTagClassName
{
color: #C7379C;
}
</style>
background-color css
<style>
a { background-color: #C7379C; }
a { background-color: rgb(199,55,156); }
div.DivClassName
{
background-color: #C7379C;
}
.BgClassName
{
background-color: #C7379C;
}
</style>
border-color css
<style>
span { border-color: #C7379C; }
span { border-color: rgb(199,55,156); }
td.TdClassName
{
border-color: #C7379C;
}
.TagClassName
{
border-color: #C7379C;
}
</style>