Shades of Medium Violet Red #C8157A
Tints of Medium Violet Red #C8157A
RGB
CMYK
RGB Variations
Color information
#C8157A (or 0xC8157A) is known color: Medium Violet Red. HEX triplet: C8, 15 and 7A. RGB value is (200,21,122). Sum of RGB (Red+Green+Blue) = 200+21+122=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8157A is #37EA85. Grayscale: #555555. Windows color (decimal): -3664518 or 8000968. OLE color: 8000968.
HSL color Cylindrical-coordinate representation of color #C8157A: hue angle of 326.15º 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 #C8157A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.22 |
| HSL | 326.15º | 0.81% | 0.43% | - |
| HSV(B) | 326.15º | 0.9% | 0.78% | - |
| XYZ | 27.6 | 14.22 | 19.7 | - |
| YUV | 86.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 122 | 0 | 0.90 | 0.39 | 0.22 | 326.15 | 0.81 | 0.43 |
| Hex | C8 | 15 | 7A | 0 | 5A | 27 | 16 | 146 | 51 | 2B |
| Octal | 310 | 25 | 172 | 0 | 132 | 47 | 26 | 506 | 121 | 53 |
| Binary | 11001000 | 10101 | 1111010 | 0 | 1011010 | 100111 | 10110 | 101000110 | 1010001 | 101011 |
Color Harmonies of #C8157A
Complementary color
Monochromatic Colors of #C8157A
Black with #C8157A
Text Example
Text Example
White with #C8157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8157A; }
p { color: rgb(200,21,122); }
H1.HeaderClassName
{
color: #C8157A;
}
.AnyTagClassName
{
color: #C8157A;
}
</style>
background-color css
<style>
a { background-color: #C8157A; }
a { background-color: rgb(200,21,122); }
div.DivClassName
{
background-color: #C8157A;
}
.BgClassName
{
background-color: #C8157A;
}
</style>
border-color css
<style>
span { border-color: #C8157A; }
span { border-color: rgb(200,21,122); }
td.TdClassName
{
border-color: #C8157A;
}
.TagClassName
{
border-color: #C8157A;
}
</style>