Shades of Medium Violet Red #C7037F
Tints of Medium Violet Red #C7037F
RGB
CMYK
RGB Variations
Color information
#C7037F (or 0xC7037F) is known color: Medium Violet Red. HEX triplet: C7, 03 and 7F. RGB value is (199,3,127). Sum of RGB (Red+Green+Blue) = 199+3+127=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7037F is #38FC80. Grayscale: #4B4B4B. Windows color (decimal): -3734657 or 8324039. OLE color: 8324039.
HSL color Cylindrical-coordinate representation of color #C7037F: hue angle of 322.04º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7037F is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 127 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.22 |
| HSL | 322.04º | 0.97% | 0.4% | - |
| HSV(B) | 322.04º | 0.98% | 0.78% | - |
| XYZ | 27.42 | 13.74 | 21.29 | - |
| YUV | 75.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 127 | 0 | 0.98 | 0.36 | 0.22 | 322.04 | 0.97 | 0.4 |
| Hex | C7 | 3 | 7F | 0 | 62 | 24 | 16 | 142 | 61 | 28 |
| Octal | 307 | 3 | 177 | 0 | 142 | 44 | 26 | 502 | 141 | 50 |
| Binary | 11000111 | 11 | 1111111 | 0 | 1100010 | 100100 | 10110 | 101000010 | 1100001 | 101000 |
Color Harmonies of #C7037F
Complementary color
Monochromatic Colors of #C7037F
Black with #C7037F
Text Example
Text Example
White with #C7037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7037F; }
p { color: rgb(199,3,127); }
H1.HeaderClassName
{
color: #C7037F;
}
.AnyTagClassName
{
color: #C7037F;
}
</style>
background-color css
<style>
a { background-color: #C7037F; }
a { background-color: rgb(199,3,127); }
div.DivClassName
{
background-color: #C7037F;
}
.BgClassName
{
background-color: #C7037F;
}
</style>
border-color css
<style>
span { border-color: #C7037F; }
span { border-color: rgb(199,3,127); }
td.TdClassName
{
border-color: #C7037F;
}
.TagClassName
{
border-color: #C7037F;
}
</style>