Shades of Medium Violet Red #C8139C
Tints of Medium Violet Red #C8139C
RGB
CMYK
RGB Variations
Color information
#C8139C (or 0xC8139C) is known color: Medium Violet Red. HEX triplet: C8, 13 and 9C. RGB value is (200,19,156). Sum of RGB (Red+Green+Blue) = 200+19+156=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8139C is #37EC63. Grayscale: #585858. Windows color (decimal): -3664996 or 10228680. OLE color: 10228680.
HSL color Cylindrical-coordinate representation of color #C8139C: hue angle of 314.59º 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 #C8139C is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.22 |
| HSL | 314.59º | 0.83% | 0.43% | - |
| HSV(B) | 314.59º | 0.91% | 0.78% | - |
| XYZ | 30.05 | 15.15 | 32.79 | - |
| YUV | 88.74 | 165.97 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 156 | 0 | 0.90 | 0.22 | 0.22 | 314.59 | 0.83 | 0.43 |
| Hex | C8 | 13 | 9C | 0 | 5A | 16 | 16 | 13B | 53 | 2B |
| Octal | 310 | 23 | 234 | 0 | 132 | 26 | 26 | 473 | 123 | 53 |
| Binary | 11001000 | 10011 | 10011100 | 0 | 1011010 | 10110 | 10110 | 100111011 | 1010011 | 101011 |
Color Harmonies of #C8139C
Complementary color
Monochromatic Colors of #C8139C
Black with #C8139C
Text Example
Text Example
White with #C8139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8139C; }
p { color: rgb(200,19,156); }
H1.HeaderClassName
{
color: #C8139C;
}
.AnyTagClassName
{
color: #C8139C;
}
</style>
background-color css
<style>
a { background-color: #C8139C; }
a { background-color: rgb(200,19,156); }
div.DivClassName
{
background-color: #C8139C;
}
.BgClassName
{
background-color: #C8139C;
}
</style>
border-color css
<style>
span { border-color: #C8139C; }
span { border-color: rgb(200,19,156); }
td.TdClassName
{
border-color: #C8139C;
}
.TagClassName
{
border-color: #C8139C;
}
</style>