Shades of Medium Violet Red #C7048C
Tints of Medium Violet Red #C7048C
RGB
CMYK
RGB Variations
Color information
#C7048C (or 0xC7048C) is known color: Medium Violet Red. HEX triplet: C7, 04 and 8C. RGB value is (199,4,140). Sum of RGB (Red+Green+Blue) = 199+4+140=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7048C is #38FB73. Grayscale: #4D4D4D. Windows color (decimal): -3734388 or 9176263. OLE color: 9176263.
HSL color Cylindrical-coordinate representation of color #C7048C: hue angle of 318.15º degrees, saturation: 0.96, 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 #C7048C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.22 |
| HSL | 318.15º | 0.96% | 0.4% | - |
| HSV(B) | 318.15º | 0.98% | 0.78% | - |
| XYZ | 28.33 | 14.12 | 26.04 | - |
| YUV | 77.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 140 | 0 | 0.98 | 0.30 | 0.22 | 318.15 | 0.96 | 0.4 |
| Hex | C7 | 4 | 8C | 0 | 62 | 1E | 16 | 13E | 60 | 28 |
| Octal | 307 | 4 | 214 | 0 | 142 | 36 | 26 | 476 | 140 | 50 |
| Binary | 11000111 | 100 | 10001100 | 0 | 1100010 | 11110 | 10110 | 100111110 | 1100000 | 101000 |
Color Harmonies of #C7048C
Complementary color
Monochromatic Colors of #C7048C
Black with #C7048C
Text Example
Text Example
White with #C7048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7048C; }
p { color: rgb(199,4,140); }
H1.HeaderClassName
{
color: #C7048C;
}
.AnyTagClassName
{
color: #C7048C;
}
</style>
background-color css
<style>
a { background-color: #C7048C; }
a { background-color: rgb(199,4,140); }
div.DivClassName
{
background-color: #C7048C;
}
.BgClassName
{
background-color: #C7048C;
}
</style>
border-color css
<style>
span { border-color: #C7048C; }
span { border-color: rgb(199,4,140); }
td.TdClassName
{
border-color: #C7048C;
}
.TagClassName
{
border-color: #C7048C;
}
</style>