Shades of Medium Red Violet #C7387C
Tints of Medium Red Violet #C7387C
RGB
CMYK
RGB Variations
Color information
#C7387C (or 0xC7387C) is known color: Medium Red Violet. HEX triplet: C7, 38 and 7C. RGB value is (199,56,124). Sum of RGB (Red+Green+Blue) = 199+56+124=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7387C is #38C783. Grayscale: #6A6A6A. Windows color (decimal): -3721092 or 8140999. OLE color: 8140999.
HSL color Cylindrical-coordinate representation of color #C7387C: hue angle of 331.47º 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 #C7387C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 124 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.22 |
| HSL | 331.47º | 0.56% | 0.5% | - |
| HSV(B) | 331.47º | 0.72% | 0.78% | - |
| XYZ | 28.61 | 16.43 | 20.73 | - |
| YUV | 106.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 124 | 0 | 0.72 | 0.38 | 0.22 | 331.47 | 0.56 | 0.5 |
| Hex | C7 | 38 | 7C | 0 | 48 | 26 | 16 | 14B | 38 | 32 |
| Octal | 307 | 70 | 174 | 0 | 110 | 46 | 26 | 513 | 70 | 62 |
| Binary | 11000111 | 111000 | 1111100 | 0 | 1001000 | 100110 | 10110 | 101001011 | 111000 | 110010 |
Color Harmonies of #C7387C
Complementary color
Monochromatic Colors of #C7387C
Black with #C7387C
Text Example
Text Example
White with #C7387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7387C; }
p { color: rgb(199,56,124); }
H1.HeaderClassName
{
color: #C7387C;
}
.AnyTagClassName
{
color: #C7387C;
}
</style>
background-color css
<style>
a { background-color: #C7387C; }
a { background-color: rgb(199,56,124); }
div.DivClassName
{
background-color: #C7387C;
}
.BgClassName
{
background-color: #C7387C;
}
</style>
border-color css
<style>
span { border-color: #C7387C; }
span { border-color: rgb(199,56,124); }
td.TdClassName
{
border-color: #C7387C;
}
.TagClassName
{
border-color: #C7387C;
}
</style>