Shades of Medium Red Violet #C7379A
Tints of Medium Red Violet #C7379A
RGB
CMYK
RGB Variations
Color information
#C7379A (or 0xC7379A) is known color: Medium Red Violet. HEX triplet: C7, 37 and 9A. RGB value is (199,55,154). Sum of RGB (Red+Green+Blue) = 199+55+154=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7379A is #38C865. Grayscale: #6D6D6D. Windows color (decimal): -3721318 or 10106823. OLE color: 10106823.
HSL color Cylindrical-coordinate representation of color #C7379A: hue angle of 318.75º 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 #C7379A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 154 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.22 |
| HSL | 318.75º | 0.57% | 0.5% | - |
| HSV(B) | 318.75º | 0.72% | 0.78% | - |
| XYZ | 30.75 | 17.21 | 32.27 | - |
| YUV | 109.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 154 | 0 | 0.72 | 0.23 | 0.22 | 318.75 | 0.57 | 0.5 |
| Hex | C7 | 37 | 9A | 0 | 48 | 17 | 16 | 13F | 39 | 32 |
| Octal | 307 | 67 | 232 | 0 | 110 | 27 | 26 | 477 | 71 | 62 |
| Binary | 11000111 | 110111 | 10011010 | 0 | 1001000 | 10111 | 10110 | 100111111 | 111001 | 110010 |
Color Harmonies of #C7379A
Complementary color
Monochromatic Colors of #C7379A
Black with #C7379A
Text Example
Text Example
White with #C7379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7379A; }
p { color: rgb(199,55,154); }
H1.HeaderClassName
{
color: #C7379A;
}
.AnyTagClassName
{
color: #C7379A;
}
</style>
background-color css
<style>
a { background-color: #C7379A; }
a { background-color: rgb(199,55,154); }
div.DivClassName
{
background-color: #C7379A;
}
.BgClassName
{
background-color: #C7379A;
}
</style>
border-color css
<style>
span { border-color: #C7379A; }
span { border-color: rgb(199,55,154); }
td.TdClassName
{
border-color: #C7379A;
}
.TagClassName
{
border-color: #C7379A;
}
</style>