Shades of Medium Violet Red #C8048B
Tints of Medium Violet Red #C8048B
RGB
CMYK
RGB Variations
Color information
#C8048B (or 0xC8048B) is known color: Medium Violet Red. HEX triplet: C8, 04 and 8B. RGB value is (200,4,139). Sum of RGB (Red+Green+Blue) = 200+4+139=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8048B is #37FB74. Grayscale: #4D4D4D. Windows color (decimal): -3668853 or 9110728. OLE color: 9110728.
HSL color Cylindrical-coordinate representation of color #C8048B: hue angle of 318.67º 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 #C8048B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.22 |
| HSL | 318.67º | 0.96% | 0.4% | - |
| HSV(B) | 318.67º | 0.98% | 0.78% | - |
| XYZ | 28.52 | 14.23 | 25.67 | - |
| YUV | 77.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 139 | 0 | 0.98 | 0.30 | 0.22 | 318.67 | 0.96 | 0.4 |
| Hex | C8 | 4 | 8B | 0 | 62 | 1E | 16 | 13F | 60 | 28 |
| Octal | 310 | 4 | 213 | 0 | 142 | 36 | 26 | 477 | 140 | 50 |
| Binary | 11001000 | 100 | 10001011 | 0 | 1100010 | 11110 | 10110 | 100111111 | 1100000 | 101000 |
Color Harmonies of #C8048B
Complementary color
Monochromatic Colors of #C8048B
Black with #C8048B
Text Example
Text Example
White with #C8048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8048B; }
p { color: rgb(200,4,139); }
H1.HeaderClassName
{
color: #C8048B;
}
.AnyTagClassName
{
color: #C8048B;
}
</style>
background-color css
<style>
a { background-color: #C8048B; }
a { background-color: rgb(200,4,139); }
div.DivClassName
{
background-color: #C8048B;
}
.BgClassName
{
background-color: #C8048B;
}
</style>
border-color css
<style>
span { border-color: #C8048B; }
span { border-color: rgb(200,4,139); }
td.TdClassName
{
border-color: #C8048B;
}
.TagClassName
{
border-color: #C8048B;
}
</style>