Shades of Medium Violet Red #C8137C
Tints of Medium Violet Red #C8137C
RGB
CMYK
RGB Variations
Color information
#C8137C (or 0xC8137C) is known color: Medium Violet Red. HEX triplet: C8, 13 and 7C. RGB value is (200,19,124). Sum of RGB (Red+Green+Blue) = 200+19+124=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8137C is #37EC83. Grayscale: #545454. Windows color (decimal): -3665028 or 8131528. OLE color: 8131528.
HSL color Cylindrical-coordinate representation of color #C8137C: hue angle of 325.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8137C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 124 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.22 |
| HSL | 325.19º | 0.83% | 0.43% | - |
| HSV(B) | 325.19º | 0.91% | 0.78% | - |
| XYZ | 27.69 | 14.2 | 20.35 | - |
| YUV | 85.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 124 | 0 | 0.90 | 0.38 | 0.22 | 325.19 | 0.83 | 0.43 |
| Hex | C8 | 13 | 7C | 0 | 5A | 26 | 16 | 145 | 53 | 2B |
| Octal | 310 | 23 | 174 | 0 | 132 | 46 | 26 | 505 | 123 | 53 |
| Binary | 11001000 | 10011 | 1111100 | 0 | 1011010 | 100110 | 10110 | 101000101 | 1010011 | 101011 |
Color Harmonies of #C8137C
Complementary color
Monochromatic Colors of #C8137C
Black with #C8137C
Text Example
Text Example
White with #C8137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8137C; }
p { color: rgb(200,19,124); }
H1.HeaderClassName
{
color: #C8137C;
}
.AnyTagClassName
{
color: #C8137C;
}
</style>
background-color css
<style>
a { background-color: #C8137C; }
a { background-color: rgb(200,19,124); }
div.DivClassName
{
background-color: #C8137C;
}
.BgClassName
{
background-color: #C8137C;
}
</style>
border-color css
<style>
span { border-color: #C8137C; }
span { border-color: rgb(200,19,124); }
td.TdClassName
{
border-color: #C8137C;
}
.TagClassName
{
border-color: #C8137C;
}
</style>