Shades of Medium Violet Red #C8159A
Tints of Medium Violet Red #C8159A
RGB
CMYK
RGB Variations
Color information
#C8159A (or 0xC8159A) is known color: Medium Violet Red. HEX triplet: C8, 15 and 9A. RGB value is (200,21,154). Sum of RGB (Red+Green+Blue) = 200+21+154=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8159A is #37EA65. Grayscale: #595959. Windows color (decimal): -3664486 or 10098120. OLE color: 10098120.
HSL color Cylindrical-coordinate representation of color #C8159A: hue angle of 315.42º 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 #C8159A is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.22 |
| HSL | 315.42º | 0.81% | 0.43% | - |
| HSV(B) | 315.42º | 0.9% | 0.78% | - |
| XYZ | 29.92 | 15.15 | 31.92 | - |
| YUV | 89.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 154 | 0 | 0.90 | 0.23 | 0.22 | 315.42 | 0.81 | 0.43 |
| Hex | C8 | 15 | 9A | 0 | 5A | 17 | 16 | 13B | 51 | 2B |
| Octal | 310 | 25 | 232 | 0 | 132 | 27 | 26 | 473 | 121 | 53 |
| Binary | 11001000 | 10101 | 10011010 | 0 | 1011010 | 10111 | 10110 | 100111011 | 1010001 | 101011 |
Color Harmonies of #C8159A
Complementary color
Monochromatic Colors of #C8159A
Black with #C8159A
Text Example
Text Example
White with #C8159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8159A; }
p { color: rgb(200,21,154); }
H1.HeaderClassName
{
color: #C8159A;
}
.AnyTagClassName
{
color: #C8159A;
}
</style>
background-color css
<style>
a { background-color: #C8159A; }
a { background-color: rgb(200,21,154); }
div.DivClassName
{
background-color: #C8159A;
}
.BgClassName
{
background-color: #C8159A;
}
</style>
border-color css
<style>
span { border-color: #C8159A; }
span { border-color: rgb(200,21,154); }
td.TdClassName
{
border-color: #C8159A;
}
.TagClassName
{
border-color: #C8159A;
}
</style>