Shades of Medium Red Violet #C7387A
Tints of Medium Red Violet #C7387A
RGB
CMYK
RGB Variations
Color information
#C7387A (or 0xC7387A) is known color: Medium Red Violet. HEX triplet: C7, 38 and 7A. RGB value is (199,56,122). Sum of RGB (Red+Green+Blue) = 199+56+122=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7387A is #38C785. Grayscale: #6A6A6A. Windows color (decimal): -3721094 or 8009927. OLE color: 8009927.
HSL color Cylindrical-coordinate representation of color #C7387A: hue angle of 332.31º 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 #C7387A is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 122 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.22 |
| HSL | 332.31º | 0.56% | 0.5% | - |
| HSV(B) | 332.31º | 0.72% | 0.78% | - |
| XYZ | 28.48 | 16.38 | 20.07 | - |
| YUV | 106.28 | 136.88 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 122 | 0 | 0.72 | 0.39 | 0.22 | 332.31 | 0.56 | 0.5 |
| Hex | C7 | 38 | 7A | 0 | 48 | 27 | 16 | 14C | 38 | 32 |
| Octal | 307 | 70 | 172 | 0 | 110 | 47 | 26 | 514 | 70 | 62 |
| Binary | 11000111 | 111000 | 1111010 | 0 | 1001000 | 100111 | 10110 | 101001100 | 111000 | 110010 |
Color Harmonies of #C7387A
Complementary color
Monochromatic Colors of #C7387A
Black with #C7387A
Text Example
Text Example
White with #C7387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7387A; }
p { color: rgb(199,56,122); }
H1.HeaderClassName
{
color: #C7387A;
}
.AnyTagClassName
{
color: #C7387A;
}
</style>
background-color css
<style>
a { background-color: #C7387A; }
a { background-color: rgb(199,56,122); }
div.DivClassName
{
background-color: #C7387A;
}
.BgClassName
{
background-color: #C7387A;
}
</style>
border-color css
<style>
span { border-color: #C7387A; }
span { border-color: rgb(199,56,122); }
td.TdClassName
{
border-color: #C7387A;
}
.TagClassName
{
border-color: #C7387A;
}
</style>