Shades of Medium Violet Red #C8049D
Tints of Medium Violet Red #C8049D
RGB
CMYK
RGB Variations
Color information
#C8049D (or 0xC8049D) is known color: Medium Violet Red. HEX triplet: C8, 04 and 9D. RGB value is (200,4,157). Sum of RGB (Red+Green+Blue) = 200+4+157=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8049D is #37FB62. Grayscale: #4F4F4F. Windows color (decimal): -3668835 or 10290376. OLE color: 10290376.
HSL color Cylindrical-coordinate representation of color #C8049D: hue angle of 313.16º 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 #C8049D is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.22 |
| HSL | 313.16º | 0.96% | 0.4% | - |
| HSV(B) | 313.16º | 0.98% | 0.78% | - |
| XYZ | 29.95 | 14.8 | 33.18 | - |
| YUV | 80.05 | 171.43 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 157 | 0 | 0.98 | 0.22 | 0.22 | 313.16 | 0.96 | 0.4 |
| Hex | C8 | 4 | 9D | 0 | 62 | 16 | 16 | 139 | 60 | 28 |
| Octal | 310 | 4 | 235 | 0 | 142 | 26 | 26 | 471 | 140 | 50 |
| Binary | 11001000 | 100 | 10011101 | 0 | 1100010 | 10110 | 10110 | 100111001 | 1100000 | 101000 |
Color Harmonies of #C8049D
Complementary color
Monochromatic Colors of #C8049D
Black with #C8049D
Text Example
Text Example
White with #C8049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8049D; }
p { color: rgb(200,4,157); }
H1.HeaderClassName
{
color: #C8049D;
}
.AnyTagClassName
{
color: #C8049D;
}
</style>
background-color css
<style>
a { background-color: #C8049D; }
a { background-color: rgb(200,4,157); }
div.DivClassName
{
background-color: #C8049D;
}
.BgClassName
{
background-color: #C8049D;
}
</style>
border-color css
<style>
span { border-color: #C8049D; }
span { border-color: rgb(200,4,157); }
td.TdClassName
{
border-color: #C8049D;
}
.TagClassName
{
border-color: #C8049D;
}
</style>