Shades of Medium Red Violet #C7378F
Tints of Medium Red Violet #C7378F
RGB
CMYK
RGB Variations
Color information
#C7378F (or 0xC7378F) is known color: Medium Red Violet. HEX triplet: C7, 37 and 8F. RGB value is (199,55,143). Sum of RGB (Red+Green+Blue) = 199+55+143=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7378F is #38C870. Grayscale: #6B6B6B. Windows color (decimal): -3721329 or 9385927. OLE color: 9385927.
HSL color Cylindrical-coordinate representation of color #C7378F: hue angle of 323.33º degrees, saturation: 0.57, 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 #C7378F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 143 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.22 |
| HSL | 323.33º | 0.57% | 0.5% | - |
| HSV(B) | 323.33º | 0.72% | 0.78% | - |
| XYZ | 29.88 | 16.86 | 27.67 | - |
| YUV | 108.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 143 | 0 | 0.72 | 0.28 | 0.22 | 323.33 | 0.57 | 0.5 |
| Hex | C7 | 37 | 8F | 0 | 48 | 1C | 16 | 143 | 39 | 32 |
| Octal | 307 | 67 | 217 | 0 | 110 | 34 | 26 | 503 | 71 | 62 |
| Binary | 11000111 | 110111 | 10001111 | 0 | 1001000 | 11100 | 10110 | 101000011 | 111001 | 110010 |
Color Harmonies of #C7378F
Complementary color
Monochromatic Colors of #C7378F
Black with #C7378F
Text Example
Text Example
White with #C7378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7378F; }
p { color: rgb(199,55,143); }
H1.HeaderClassName
{
color: #C7378F;
}
.AnyTagClassName
{
color: #C7378F;
}
</style>
background-color css
<style>
a { background-color: #C7378F; }
a { background-color: rgb(199,55,143); }
div.DivClassName
{
background-color: #C7378F;
}
.BgClassName
{
background-color: #C7378F;
}
</style>
border-color css
<style>
span { border-color: #C7378F; }
span { border-color: rgb(199,55,143); }
td.TdClassName
{
border-color: #C7378F;
}
.TagClassName
{
border-color: #C7378F;
}
</style>