Shades of Medium Violet Red #C8048E
Tints of Medium Violet Red #C8048E
RGB
CMYK
RGB Variations
Color information
#C8048E (or 0xC8048E) is known color: Medium Violet Red. HEX triplet: C8, 04 and 8E. RGB value is (200,4,142). Sum of RGB (Red+Green+Blue) = 200+4+142=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8048E is #37FB71. Grayscale: #4D4D4D. Windows color (decimal): -3668850 or 9307336. OLE color: 9307336.
HSL color Cylindrical-coordinate representation of color #C8048E: hue angle of 317.76º 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 #C8048E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.22 |
| HSL | 317.76º | 0.96% | 0.4% | - |
| HSV(B) | 317.76º | 0.98% | 0.78% | - |
| XYZ | 28.75 | 14.32 | 26.84 | - |
| YUV | 78.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 142 | 0 | 0.98 | 0.29 | 0.22 | 317.76 | 0.96 | 0.4 |
| Hex | C8 | 4 | 8E | 0 | 62 | 1D | 16 | 13E | 60 | 28 |
| Octal | 310 | 4 | 216 | 0 | 142 | 35 | 26 | 476 | 140 | 50 |
| Binary | 11001000 | 100 | 10001110 | 0 | 1100010 | 11101 | 10110 | 100111110 | 1100000 | 101000 |
Color Harmonies of #C8048E
Complementary color
Monochromatic Colors of #C8048E
Black with #C8048E
Text Example
Text Example
White with #C8048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8048E; }
p { color: rgb(200,4,142); }
H1.HeaderClassName
{
color: #C8048E;
}
.AnyTagClassName
{
color: #C8048E;
}
</style>
background-color css
<style>
a { background-color: #C8048E; }
a { background-color: rgb(200,4,142); }
div.DivClassName
{
background-color: #C8048E;
}
.BgClassName
{
background-color: #C8048E;
}
</style>
border-color css
<style>
span { border-color: #C8048E; }
span { border-color: rgb(200,4,142); }
td.TdClassName
{
border-color: #C8048E;
}
.TagClassName
{
border-color: #C8048E;
}
</style>