Shades of Medium Violet Red #C8158B
Tints of Medium Violet Red #C8158B
RGB
CMYK
RGB Variations
Color information
#C8158B (or 0xC8158B) is known color: Medium Violet Red. HEX triplet: C8, 15 and 8B. RGB value is (200,21,139). Sum of RGB (Red+Green+Blue) = 200+21+139=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8158B is #37EA74. Grayscale: #575757. Windows color (decimal): -3664501 or 9115080. OLE color: 9115080.
HSL color Cylindrical-coordinate representation of color #C8158B: hue angle of 320.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8158B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.22 |
| HSL | 320.45º | 0.81% | 0.43% | - |
| HSV(B) | 320.45º | 0.9% | 0.78% | - |
| XYZ | 28.75 | 14.68 | 25.74 | - |
| YUV | 87.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 139 | 0 | 0.90 | 0.30 | 0.22 | 320.45 | 0.81 | 0.43 |
| Hex | C8 | 15 | 8B | 0 | 5A | 1E | 16 | 140 | 51 | 2B |
| Octal | 310 | 25 | 213 | 0 | 132 | 36 | 26 | 500 | 121 | 53 |
| Binary | 11001000 | 10101 | 10001011 | 0 | 1011010 | 11110 | 10110 | 101000000 | 1010001 | 101011 |
Color Harmonies of #C8158B
Complementary color
Monochromatic Colors of #C8158B
Black with #C8158B
Text Example
Text Example
White with #C8158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8158B; }
p { color: rgb(200,21,139); }
H1.HeaderClassName
{
color: #C8158B;
}
.AnyTagClassName
{
color: #C8158B;
}
</style>
background-color css
<style>
a { background-color: #C8158B; }
a { background-color: rgb(200,21,139); }
div.DivClassName
{
background-color: #C8158B;
}
.BgClassName
{
background-color: #C8158B;
}
</style>
border-color css
<style>
span { border-color: #C8158B; }
span { border-color: rgb(200,21,139); }
td.TdClassName
{
border-color: #C8158B;
}
.TagClassName
{
border-color: #C8158B;
}
</style>