Shades of Medium Violet Red #C8136C
Tints of Medium Violet Red #C8136C
RGB
CMYK
RGB Variations
Color information
#C8136C (or 0xC8136C) is known color: Medium Violet Red. HEX triplet: C8, 13 and 6C. RGB value is (200,19,108). Sum of RGB (Red+Green+Blue) = 200+19+108=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8136C is #37EC93. Grayscale: #535353. Windows color (decimal): -3665044 or 7082952. OLE color: 7082952.
HSL color Cylindrical-coordinate representation of color #C8136C: hue angle of 330.5º 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 #C8136C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 108 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.22 |
| HSL | 330.5º | 0.83% | 0.43% | - |
| HSV(B) | 330.5º | 0.91% | 0.78% | - |
| XYZ | 26.76 | 13.83 | 15.45 | - |
| YUV | 83.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 108 | 0 | 0.90 | 0.46 | 0.22 | 330.5 | 0.83 | 0.43 |
| Hex | C8 | 13 | 6C | 0 | 5A | 2E | 16 | 14A | 53 | 2B |
| Octal | 310 | 23 | 154 | 0 | 132 | 56 | 26 | 512 | 123 | 53 |
| Binary | 11001000 | 10011 | 1101100 | 0 | 1011010 | 101110 | 10110 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C8136C
Complementary color
Monochromatic Colors of #C8136C
Black with #C8136C
Text Example
Text Example
White with #C8136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8136C; }
p { color: rgb(200,19,108); }
H1.HeaderClassName
{
color: #C8136C;
}
.AnyTagClassName
{
color: #C8136C;
}
</style>
background-color css
<style>
a { background-color: #C8136C; }
a { background-color: rgb(200,19,108); }
div.DivClassName
{
background-color: #C8136C;
}
.BgClassName
{
background-color: #C8136C;
}
</style>
border-color css
<style>
span { border-color: #C8136C; }
span { border-color: rgb(200,19,108); }
td.TdClassName
{
border-color: #C8136C;
}
.TagClassName
{
border-color: #C8136C;
}
</style>