Shades of Medium Violet Red #C8157E
Tints of Medium Violet Red #C8157E
RGB
CMYK
RGB Variations
Color information
#C8157E (or 0xC8157E) is known color: Medium Violet Red. HEX triplet: C8, 15 and 7E. RGB value is (200,21,126). Sum of RGB (Red+Green+Blue) = 200+21+126=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8157E is #37EA81. Grayscale: #565656. Windows color (decimal): -3664514 or 8263112. OLE color: 8263112.
HSL color Cylindrical-coordinate representation of color #C8157E: hue angle of 324.8º 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 #C8157E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 126 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.22 |
| HSL | 324.8º | 0.81% | 0.43% | - |
| HSV(B) | 324.8º | 0.9% | 0.78% | - |
| XYZ | 27.85 | 14.32 | 21.04 | - |
| YUV | 86.49 | 150.3 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 126 | 0 | 0.90 | 0.37 | 0.22 | 324.8 | 0.81 | 0.43 |
| Hex | C8 | 15 | 7E | 0 | 5A | 25 | 16 | 145 | 51 | 2B |
| Octal | 310 | 25 | 176 | 0 | 132 | 45 | 26 | 505 | 121 | 53 |
| Binary | 11001000 | 10101 | 1111110 | 0 | 1011010 | 100101 | 10110 | 101000101 | 1010001 | 101011 |
Color Harmonies of #C8157E
Complementary color
Monochromatic Colors of #C8157E
Black with #C8157E
Text Example
Text Example
White with #C8157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8157E; }
p { color: rgb(200,21,126); }
H1.HeaderClassName
{
color: #C8157E;
}
.AnyTagClassName
{
color: #C8157E;
}
</style>
background-color css
<style>
a { background-color: #C8157E; }
a { background-color: rgb(200,21,126); }
div.DivClassName
{
background-color: #C8157E;
}
.BgClassName
{
background-color: #C8157E;
}
</style>
border-color css
<style>
span { border-color: #C8157E; }
span { border-color: rgb(200,21,126); }
td.TdClassName
{
border-color: #C8157E;
}
.TagClassName
{
border-color: #C8157E;
}
</style>