Shades of Medium Violet Red #C8159B
Tints of Medium Violet Red #C8159B
RGB
CMYK
RGB Variations
Color information
#C8159B (or 0xC8159B) is known color: Medium Violet Red. HEX triplet: C8, 15 and 9B. RGB value is (200,21,155). Sum of RGB (Red+Green+Blue) = 200+21+155=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8159B is #37EA64. Grayscale: #595959. Windows color (decimal): -3664485 or 10163656. OLE color: 10163656.
HSL color Cylindrical-coordinate representation of color #C8159B: hue angle of 315.08º 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 #C8159B is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.22 |
| HSL | 315.08º | 0.81% | 0.43% | - |
| HSV(B) | 315.08º | 0.9% | 0.78% | - |
| XYZ | 30 | 15.18 | 32.36 | - |
| YUV | 89.8 | 164.8 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 155 | 0 | 0.90 | 0.22 | 0.22 | 315.08 | 0.81 | 0.43 |
| Hex | C8 | 15 | 9B | 0 | 5A | 16 | 16 | 13B | 51 | 2B |
| Octal | 310 | 25 | 233 | 0 | 132 | 26 | 26 | 473 | 121 | 53 |
| Binary | 11001000 | 10101 | 10011011 | 0 | 1011010 | 10110 | 10110 | 100111011 | 1010001 | 101011 |
Color Harmonies of #C8159B
Complementary color
Monochromatic Colors of #C8159B
Black with #C8159B
Text Example
Text Example
White with #C8159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8159B; }
p { color: rgb(200,21,155); }
H1.HeaderClassName
{
color: #C8159B;
}
.AnyTagClassName
{
color: #C8159B;
}
</style>
background-color css
<style>
a { background-color: #C8159B; }
a { background-color: rgb(200,21,155); }
div.DivClassName
{
background-color: #C8159B;
}
.BgClassName
{
background-color: #C8159B;
}
</style>
border-color css
<style>
span { border-color: #C8159B; }
span { border-color: rgb(200,21,155); }
td.TdClassName
{
border-color: #C8159B;
}
.TagClassName
{
border-color: #C8159B;
}
</style>