Shades of Medium Violet Red #C8107E
Tints of Medium Violet Red #C8107E
RGB
CMYK
RGB Variations
Color information
#C8107E (or 0xC8107E) is known color: Medium Violet Red. HEX triplet: C8, 10 and 7E. RGB value is (200,16,126). Sum of RGB (Red+Green+Blue) = 200+16+126=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8107E is #37EF81. Grayscale: #535353. Windows color (decimal): -3665794 or 8261832. OLE color: 8261832.
HSL color Cylindrical-coordinate representation of color #C8107E: hue angle of 324.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8107E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 126 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.22 |
| HSL | 324.13º | 0.85% | 0.42% | - |
| HSV(B) | 324.13º | 0.92% | 0.78% | - |
| XYZ | 27.77 | 14.16 | 21.01 | - |
| YUV | 83.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 126 | 0 | 0.92 | 0.37 | 0.22 | 324.13 | 0.85 | 0.42 |
| Hex | C8 | 10 | 7E | 0 | 5C | 25 | 16 | 144 | 55 | 2A |
| Octal | 310 | 20 | 176 | 0 | 134 | 45 | 26 | 504 | 125 | 52 |
| Binary | 11001000 | 10000 | 1111110 | 0 | 1011100 | 100101 | 10110 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C8107E
Complementary color
Monochromatic Colors of #C8107E
Black with #C8107E
Text Example
Text Example
White with #C8107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8107E; }
p { color: rgb(200,16,126); }
H1.HeaderClassName
{
color: #C8107E;
}
.AnyTagClassName
{
color: #C8107E;
}
</style>
background-color css
<style>
a { background-color: #C8107E; }
a { background-color: rgb(200,16,126); }
div.DivClassName
{
background-color: #C8107E;
}
.BgClassName
{
background-color: #C8107E;
}
</style>
border-color css
<style>
span { border-color: #C8107E; }
span { border-color: rgb(200,16,126); }
td.TdClassName
{
border-color: #C8107E;
}
.TagClassName
{
border-color: #C8107E;
}
</style>