Shades of Medium Violet Red #C8048A
Tints of Medium Violet Red #C8048A
RGB
CMYK
RGB Variations
Color information
#C8048A (or 0xC8048A) is known color: Medium Violet Red. HEX triplet: C8, 04 and 8A. RGB value is (200,4,138). Sum of RGB (Red+Green+Blue) = 200+4+138=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8048A is #37FB75. Grayscale: #4D4D4D. Windows color (decimal): -3668854 or 9045192. OLE color: 9045192.
HSL color Cylindrical-coordinate representation of color #C8048A: hue angle of 318.98º 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 #C8048A is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.22 |
| HSL | 318.98º | 0.96% | 0.4% | - |
| HSV(B) | 318.98º | 0.98% | 0.78% | - |
| XYZ | 28.45 | 14.2 | 25.29 | - |
| YUV | 77.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 138 | 0 | 0.98 | 0.31 | 0.22 | 318.98 | 0.96 | 0.4 |
| Hex | C8 | 4 | 8A | 0 | 62 | 1F | 16 | 13F | 60 | 28 |
| Octal | 310 | 4 | 212 | 0 | 142 | 37 | 26 | 477 | 140 | 50 |
| Binary | 11001000 | 100 | 10001010 | 0 | 1100010 | 11111 | 10110 | 100111111 | 1100000 | 101000 |
Color Harmonies of #C8048A
Complementary color
Monochromatic Colors of #C8048A
Black with #C8048A
Text Example
Text Example
White with #C8048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8048A; }
p { color: rgb(200,4,138); }
H1.HeaderClassName
{
color: #C8048A;
}
.AnyTagClassName
{
color: #C8048A;
}
</style>
background-color css
<style>
a { background-color: #C8048A; }
a { background-color: rgb(200,4,138); }
div.DivClassName
{
background-color: #C8048A;
}
.BgClassName
{
background-color: #C8048A;
}
</style>
border-color css
<style>
span { border-color: #C8048A; }
span { border-color: rgb(200,4,138); }
td.TdClassName
{
border-color: #C8048A;
}
.TagClassName
{
border-color: #C8048A;
}
</style>