Shades of Medium Violet Red #C8148D
Tints of Medium Violet Red #C8148D
RGB
CMYK
RGB Variations
Color information
#C8148D (or 0xC8148D) is known color: Medium Violet Red. HEX triplet: C8, 14 and 8D. RGB value is (200,20,141). Sum of RGB (Red+Green+Blue) = 200+20+141=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8148D is #37EB72. Grayscale: #575757. Windows color (decimal): -3664755 or 9245896. OLE color: 9245896.
HSL color Cylindrical-coordinate representation of color #C8148D: hue angle of 319.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8148D is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 141 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.22 |
| HSL | 319.67º | 0.82% | 0.43% | - |
| HSV(B) | 319.67º | 0.9% | 0.78% | - |
| XYZ | 28.88 | 14.7 | 26.52 | - |
| YUV | 87.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 141 | 0 | 0.9 | 0.29 | 0.22 | 319.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 8D | 0 | 5A | 1D | 16 | 140 | 52 | 2B |
| Octal | 310 | 24 | 215 | 0 | 132 | 35 | 26 | 500 | 122 | 53 |
| Binary | 11001000 | 10100 | 10001101 | 0 | 1011010 | 11101 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C8148D
Complementary color
Monochromatic Colors of #C8148D
Black with #C8148D
Text Example
Text Example
White with #C8148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8148D; }
p { color: rgb(200,20,141); }
H1.HeaderClassName
{
color: #C8148D;
}
.AnyTagClassName
{
color: #C8148D;
}
</style>
background-color css
<style>
a { background-color: #C8148D; }
a { background-color: rgb(200,20,141); }
div.DivClassName
{
background-color: #C8148D;
}
.BgClassName
{
background-color: #C8148D;
}
</style>
border-color css
<style>
span { border-color: #C8148D; }
span { border-color: rgb(200,20,141); }
td.TdClassName
{
border-color: #C8148D;
}
.TagClassName
{
border-color: #C8148D;
}
</style>