Shades of Medium Violet Red #C7048F
Tints of Medium Violet Red #C7048F
RGB
CMYK
RGB Variations
Color information
#C7048F (or 0xC7048F) is known color: Medium Violet Red. HEX triplet: C7, 04 and 8F. RGB value is (199,4,143). Sum of RGB (Red+Green+Blue) = 199+4+143=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7048F is #38FB70. Grayscale: #4D4D4D. Windows color (decimal): -3734385 or 9372871. OLE color: 9372871.
HSL color Cylindrical-coordinate representation of color #C7048F: hue angle of 317.23º 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 #C7048F is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.22 |
| HSL | 317.23º | 0.96% | 0.4% | - |
| HSV(B) | 317.23º | 0.98% | 0.78% | - |
| XYZ | 28.55 | 14.21 | 27.22 | - |
| YUV | 78.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 143 | 0 | 0.98 | 0.28 | 0.22 | 317.23 | 0.96 | 0.4 |
| Hex | C7 | 4 | 8F | 0 | 62 | 1C | 16 | 13D | 60 | 28 |
| Octal | 307 | 4 | 217 | 0 | 142 | 34 | 26 | 475 | 140 | 50 |
| Binary | 11000111 | 100 | 10001111 | 0 | 1100010 | 11100 | 10110 | 100111101 | 1100000 | 101000 |
Color Harmonies of #C7048F
Complementary color
Monochromatic Colors of #C7048F
Black with #C7048F
Text Example
Text Example
White with #C7048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7048F; }
p { color: rgb(199,4,143); }
H1.HeaderClassName
{
color: #C7048F;
}
.AnyTagClassName
{
color: #C7048F;
}
</style>
background-color css
<style>
a { background-color: #C7048F; }
a { background-color: rgb(199,4,143); }
div.DivClassName
{
background-color: #C7048F;
}
.BgClassName
{
background-color: #C7048F;
}
</style>
border-color css
<style>
span { border-color: #C7048F; }
span { border-color: rgb(199,4,143); }
td.TdClassName
{
border-color: #C7048F;
}
.TagClassName
{
border-color: #C7048F;
}
</style>