Shades of Medium Red Violet #C7388E
Tints of Medium Red Violet #C7388E
RGB
CMYK
RGB Variations
Color information
#C7388E (or 0xC7388E) is known color: Medium Red Violet. HEX triplet: C7, 38 and 8E. RGB value is (199,56,142). Sum of RGB (Red+Green+Blue) = 199+56+142=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7388E is #38C771. Grayscale: #6C6C6C. Windows color (decimal): -3721074 or 9320647. OLE color: 9320647.
HSL color Cylindrical-coordinate representation of color #C7388E: hue angle of 323.92º 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 #C7388E is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 142 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.22 |
| HSL | 323.92º | 0.56% | 0.5% | - |
| HSV(B) | 323.92º | 0.72% | 0.78% | - |
| XYZ | 29.85 | 16.92 | 27.28 | - |
| YUV | 108.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 142 | 0 | 0.72 | 0.29 | 0.22 | 323.92 | 0.56 | 0.5 |
| Hex | C7 | 38 | 8E | 0 | 48 | 1D | 16 | 144 | 38 | 32 |
| Octal | 307 | 70 | 216 | 0 | 110 | 35 | 26 | 504 | 70 | 62 |
| Binary | 11000111 | 111000 | 10001110 | 0 | 1001000 | 11101 | 10110 | 101000100 | 111000 | 110010 |
Color Harmonies of #C7388E
Complementary color
Monochromatic Colors of #C7388E
Black with #C7388E
Text Example
Text Example
White with #C7388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7388E; }
p { color: rgb(199,56,142); }
H1.HeaderClassName
{
color: #C7388E;
}
.AnyTagClassName
{
color: #C7388E;
}
</style>
background-color css
<style>
a { background-color: #C7388E; }
a { background-color: rgb(199,56,142); }
div.DivClassName
{
background-color: #C7388E;
}
.BgClassName
{
background-color: #C7388E;
}
</style>
border-color css
<style>
span { border-color: #C7388E; }
span { border-color: rgb(199,56,142); }
td.TdClassName
{
border-color: #C7388E;
}
.TagClassName
{
border-color: #C7388E;
}
</style>