Shades of Medium Red Violet #C7387B
Tints of Medium Red Violet #C7387B
RGB
CMYK
RGB Variations
Color information
#C7387B (or 0xC7387B) is known color: Medium Red Violet. HEX triplet: C7, 38 and 7B. RGB value is (199,56,123). Sum of RGB (Red+Green+Blue) = 199+56+123=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7387B is #38C784. Grayscale: #6A6A6A. Windows color (decimal): -3721093 or 8075463. OLE color: 8075463.
HSL color Cylindrical-coordinate representation of color #C7387B: hue angle of 331.89º 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 #C7387B is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 123 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.22 |
| HSL | 331.89º | 0.56% | 0.5% | - |
| HSV(B) | 331.89º | 0.72% | 0.78% | - |
| XYZ | 28.54 | 16.4 | 20.4 | - |
| YUV | 106.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 123 | 0 | 0.72 | 0.38 | 0.22 | 331.89 | 0.56 | 0.5 |
| Hex | C7 | 38 | 7B | 0 | 48 | 26 | 16 | 14C | 38 | 32 |
| Octal | 307 | 70 | 173 | 0 | 110 | 46 | 26 | 514 | 70 | 62 |
| Binary | 11000111 | 111000 | 1111011 | 0 | 1001000 | 100110 | 10110 | 101001100 | 111000 | 110010 |
Color Harmonies of #C7387B
Complementary color
Monochromatic Colors of #C7387B
Black with #C7387B
Text Example
Text Example
White with #C7387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7387B; }
p { color: rgb(199,56,123); }
H1.HeaderClassName
{
color: #C7387B;
}
.AnyTagClassName
{
color: #C7387B;
}
</style>
background-color css
<style>
a { background-color: #C7387B; }
a { background-color: rgb(199,56,123); }
div.DivClassName
{
background-color: #C7387B;
}
.BgClassName
{
background-color: #C7387B;
}
</style>
border-color css
<style>
span { border-color: #C7387B; }
span { border-color: rgb(199,56,123); }
td.TdClassName
{
border-color: #C7387B;
}
.TagClassName
{
border-color: #C7387B;
}
</style>