Shades of Medium Red Violet #C7389E
Tints of Medium Red Violet #C7389E
RGB
CMYK
RGB Variations
Color information
#C7389E (or 0xC7389E) is known color: Medium Red Violet. HEX triplet: C7, 38 and 9E. RGB value is (199,56,158). Sum of RGB (Red+Green+Blue) = 199+56+158=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7389E is #38C761. Grayscale: #6E6E6E. Windows color (decimal): -3721058 or 10369223. OLE color: 10369223.
HSL color Cylindrical-coordinate representation of color #C7389E: hue angle of 317.2º degrees, saturation: 0.56, 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 #C7389E is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 158 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.22 |
| HSL | 317.2º | 0.56% | 0.5% | - |
| HSV(B) | 317.2º | 0.72% | 0.78% | - |
| XYZ | 31.14 | 17.44 | 34.07 | - |
| YUV | 110.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 158 | 0 | 0.72 | 0.21 | 0.22 | 317.2 | 0.56 | 0.5 |
| Hex | C7 | 38 | 9E | 0 | 48 | 15 | 16 | 13D | 38 | 32 |
| Octal | 307 | 70 | 236 | 0 | 110 | 25 | 26 | 475 | 70 | 62 |
| Binary | 11000111 | 111000 | 10011110 | 0 | 1001000 | 10101 | 10110 | 100111101 | 111000 | 110010 |
Color Harmonies of #C7389E
Complementary color
Monochromatic Colors of #C7389E
Black with #C7389E
Text Example
Text Example
White with #C7389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7389E; }
p { color: rgb(199,56,158); }
H1.HeaderClassName
{
color: #C7389E;
}
.AnyTagClassName
{
color: #C7389E;
}
</style>
background-color css
<style>
a { background-color: #C7389E; }
a { background-color: rgb(199,56,158); }
div.DivClassName
{
background-color: #C7389E;
}
.BgClassName
{
background-color: #C7389E;
}
</style>
border-color css
<style>
span { border-color: #C7389E; }
span { border-color: rgb(199,56,158); }
td.TdClassName
{
border-color: #C7389E;
}
.TagClassName
{
border-color: #C7389E;
}
</style>