Shades of Medium Violet Red #C4048D
Tints of Medium Violet Red #C4048D
RGB
CMYK
RGB Variations
Color information
#C4048D (or 0xC4048D) is known color: Medium Violet Red. HEX triplet: C4, 04 and 8D. RGB value is (196,4,141). Sum of RGB (Red+Green+Blue) = 196+4+141=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4048D is #3BFB72. Grayscale: #4C4C4C. Windows color (decimal): -3930995 or 9241796. OLE color: 9241796.
HSL color Cylindrical-coordinate representation of color #C4048D: hue angle of 317.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4048D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.23 |
| HSL | 317.19º | 0.96% | 0.39% | - |
| HSV(B) | 317.19º | 0.98% | 0.77% | - |
| XYZ | 27.62 | 13.75 | 26.4 | - |
| YUV | 77.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 141 | 0 | 0.98 | 0.28 | 0.23 | 317.19 | 0.96 | 0.39 |
| Hex | C4 | 4 | 8D | 0 | 62 | 1C | 17 | 13D | 60 | 27 |
| Octal | 304 | 4 | 215 | 0 | 142 | 34 | 27 | 475 | 140 | 47 |
| Binary | 11000100 | 100 | 10001101 | 0 | 1100010 | 11100 | 10111 | 100111101 | 1100000 | 100111 |
Color Harmonies of #C4048D
Complementary color
Monochromatic Colors of #C4048D
Black with #C4048D
Text Example
Text Example
White with #C4048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4048D; }
p { color: rgb(196,4,141); }
H1.HeaderClassName
{
color: #C4048D;
}
.AnyTagClassName
{
color: #C4048D;
}
</style>
background-color css
<style>
a { background-color: #C4048D; }
a { background-color: rgb(196,4,141); }
div.DivClassName
{
background-color: #C4048D;
}
.BgClassName
{
background-color: #C4048D;
}
</style>
border-color css
<style>
span { border-color: #C4048D; }
span { border-color: rgb(196,4,141); }
td.TdClassName
{
border-color: #C4048D;
}
.TagClassName
{
border-color: #C4048D;
}
</style>