Shades of Medium Violet Red #C8138D
Tints of Medium Violet Red #C8138D
RGB
CMYK
RGB Variations
Color information
#C8138D (or 0xC8138D) is known color: Medium Violet Red. HEX triplet: C8, 13 and 8D. RGB value is (200,19,141). Sum of RGB (Red+Green+Blue) = 200+19+141=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8138D is #37EC72. Grayscale: #565656. Windows color (decimal): -3665011 or 9245640. OLE color: 9245640.
HSL color Cylindrical-coordinate representation of color #C8138D: hue angle of 319.56º degrees, saturation: 0.83, 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 #C8138D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.22 |
| HSL | 319.56º | 0.83% | 0.43% | - |
| HSV(B) | 319.56º | 0.91% | 0.78% | - |
| XYZ | 28.86 | 14.67 | 26.51 | - |
| YUV | 87.03 | 158.47 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 141 | 0 | 0.90 | 0.29 | 0.22 | 319.56 | 0.83 | 0.43 |
| Hex | C8 | 13 | 8D | 0 | 5A | 1D | 16 | 140 | 53 | 2B |
| Octal | 310 | 23 | 215 | 0 | 132 | 35 | 26 | 500 | 123 | 53 |
| Binary | 11001000 | 10011 | 10001101 | 0 | 1011010 | 11101 | 10110 | 101000000 | 1010011 | 101011 |
Color Harmonies of #C8138D
Complementary color
Monochromatic Colors of #C8138D
Black with #C8138D
Text Example
Text Example
White with #C8138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8138D; }
p { color: rgb(200,19,141); }
H1.HeaderClassName
{
color: #C8138D;
}
.AnyTagClassName
{
color: #C8138D;
}
</style>
background-color css
<style>
a { background-color: #C8138D; }
a { background-color: rgb(200,19,141); }
div.DivClassName
{
background-color: #C8138D;
}
.BgClassName
{
background-color: #C8138D;
}
</style>
border-color css
<style>
span { border-color: #C8138D; }
span { border-color: rgb(200,19,141); }
td.TdClassName
{
border-color: #C8138D;
}
.TagClassName
{
border-color: #C8138D;
}
</style>