Shades of Medium Red Violet #C7379F
Tints of Medium Red Violet #C7379F
RGB
CMYK
RGB Variations
Color information
#C7379F (or 0xC7379F) is known color: Medium Red Violet. HEX triplet: C7, 37 and 9F. RGB value is (199,55,159). Sum of RGB (Red+Green+Blue) = 199+55+159=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7379F is #38C860. Grayscale: #6D6D6D. Windows color (decimal): -3721313 or 10434503. OLE color: 10434503.
HSL color Cylindrical-coordinate representation of color #C7379F: hue angle of 316.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 #C7379F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 159 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.22 |
| HSL | 316.67º | 0.57% | 0.5% | - |
| HSV(B) | 316.67º | 0.72% | 0.78% | - |
| XYZ | 31.18 | 17.38 | 34.51 | - |
| YUV | 109.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 159 | 0 | 0.72 | 0.20 | 0.22 | 316.67 | 0.57 | 0.5 |
| Hex | C7 | 37 | 9F | 0 | 48 | 14 | 16 | 13D | 39 | 32 |
| Octal | 307 | 67 | 237 | 0 | 110 | 24 | 26 | 475 | 71 | 62 |
| Binary | 11000111 | 110111 | 10011111 | 0 | 1001000 | 10100 | 10110 | 100111101 | 111001 | 110010 |
Color Harmonies of #C7379F
Complementary color
Monochromatic Colors of #C7379F
Black with #C7379F
Text Example
Text Example
White with #C7379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7379F; }
p { color: rgb(199,55,159); }
H1.HeaderClassName
{
color: #C7379F;
}
.AnyTagClassName
{
color: #C7379F;
}
</style>
background-color css
<style>
a { background-color: #C7379F; }
a { background-color: rgb(199,55,159); }
div.DivClassName
{
background-color: #C7379F;
}
.BgClassName
{
background-color: #C7379F;
}
</style>
border-color css
<style>
span { border-color: #C7379F; }
span { border-color: rgb(199,55,159); }
td.TdClassName
{
border-color: #C7379F;
}
.TagClassName
{
border-color: #C7379F;
}
</style>