Shades of Medium Violet Red #C7038D
Tints of Medium Violet Red #C7038D
RGB
CMYK
RGB Variations
Color information
#C7038D (or 0xC7038D) is known color: Medium Violet Red. HEX triplet: C7, 03 and 8D. RGB value is (199,3,141). Sum of RGB (Red+Green+Blue) = 199+3+141=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7038D is #38FC72. Grayscale: #4C4C4C. Windows color (decimal): -3734643 or 9241543. OLE color: 9241543.
HSL color Cylindrical-coordinate representation of color #C7038D: hue angle of 317.76º 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 #C7038D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.22 |
| HSL | 317.76º | 0.97% | 0.4% | - |
| HSV(B) | 317.76º | 0.98% | 0.78% | - |
| XYZ | 28.39 | 14.13 | 26.43 | - |
| YUV | 77.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 141 | 0 | 0.98 | 0.29 | 0.22 | 317.76 | 0.97 | 0.4 |
| Hex | C7 | 3 | 8D | 0 | 62 | 1D | 16 | 13E | 61 | 28 |
| Octal | 307 | 3 | 215 | 0 | 142 | 35 | 26 | 476 | 141 | 50 |
| Binary | 11000111 | 11 | 10001101 | 0 | 1100010 | 11101 | 10110 | 100111110 | 1100001 | 101000 |
Color Harmonies of #C7038D
Complementary color
Monochromatic Colors of #C7038D
Black with #C7038D
Text Example
Text Example
White with #C7038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7038D; }
p { color: rgb(199,3,141); }
H1.HeaderClassName
{
color: #C7038D;
}
.AnyTagClassName
{
color: #C7038D;
}
</style>
background-color css
<style>
a { background-color: #C7038D; }
a { background-color: rgb(199,3,141); }
div.DivClassName
{
background-color: #C7038D;
}
.BgClassName
{
background-color: #C7038D;
}
</style>
border-color css
<style>
span { border-color: #C7038D; }
span { border-color: rgb(199,3,141); }
td.TdClassName
{
border-color: #C7038D;
}
.TagClassName
{
border-color: #C7038D;
}
</style>