Shades of Medium Red Violet #C7387F
Tints of Medium Red Violet #C7387F
RGB
CMYK
RGB Variations
Color information
#C7387F (or 0xC7387F) is known color: Medium Red Violet. HEX triplet: C7, 38 and 7F. RGB value is (199,56,127). Sum of RGB (Red+Green+Blue) = 199+56+127=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7387F is #38C780. Grayscale: #6A6A6A. Windows color (decimal): -3721089 or 8337607. OLE color: 8337607.
HSL color Cylindrical-coordinate representation of color #C7387F: hue angle of 330.21º 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 #C7387F is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 127 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.22 |
| HSL | 330.21º | 0.56% | 0.5% | - |
| HSV(B) | 330.21º | 0.72% | 0.78% | - |
| XYZ | 28.8 | 16.5 | 21.75 | - |
| YUV | 106.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 127 | 0 | 0.72 | 0.36 | 0.22 | 330.21 | 0.56 | 0.5 |
| Hex | C7 | 38 | 7F | 0 | 48 | 24 | 16 | 14A | 38 | 32 |
| Octal | 307 | 70 | 177 | 0 | 110 | 44 | 26 | 512 | 70 | 62 |
| Binary | 11000111 | 111000 | 1111111 | 0 | 1001000 | 100100 | 10110 | 101001010 | 111000 | 110010 |
Color Harmonies of #C7387F
Complementary color
Monochromatic Colors of #C7387F
Black with #C7387F
Text Example
Text Example
White with #C7387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7387F; }
p { color: rgb(199,56,127); }
H1.HeaderClassName
{
color: #C7387F;
}
.AnyTagClassName
{
color: #C7387F;
}
</style>
background-color css
<style>
a { background-color: #C7387F; }
a { background-color: rgb(199,56,127); }
div.DivClassName
{
background-color: #C7387F;
}
.BgClassName
{
background-color: #C7387F;
}
</style>
border-color css
<style>
span { border-color: #C7387F; }
span { border-color: rgb(199,56,127); }
td.TdClassName
{
border-color: #C7387F;
}
.TagClassName
{
border-color: #C7387F;
}
</style>