Shades of Medium Violet Red #C8127C
Tints of Medium Violet Red #C8127C
RGB
CMYK
RGB Variations
Color information
#C8127C (or 0xC8127C) is known color: Medium Violet Red. HEX triplet: C8, 12 and 7C. RGB value is (200,18,124). Sum of RGB (Red+Green+Blue) = 200+18+124=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8127C is #37ED83. Grayscale: #545454. Windows color (decimal): -3665284 or 8131272. OLE color: 8131272.
HSL color Cylindrical-coordinate representation of color #C8127C: hue angle of 325.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8127C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 124 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 325.05º | 0.83% | 0.43% | - |
| HSV(B) | 325.05º | 0.91% | 0.78% | - |
| XYZ | 27.67 | 14.17 | 20.34 | - |
| YUV | 84.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 124 | 0 | 0.91 | 0.38 | 0.22 | 325.05 | 0.83 | 0.43 |
| Hex | C8 | 12 | 7C | 0 | 5B | 26 | 16 | 145 | 53 | 2B |
| Octal | 310 | 22 | 174 | 0 | 133 | 46 | 26 | 505 | 123 | 53 |
| Binary | 11001000 | 10010 | 1111100 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010011 | 101011 |
Color Harmonies of #C8127C
Complementary color
Monochromatic Colors of #C8127C
Black with #C8127C
Text Example
Text Example
White with #C8127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8127C; }
p { color: rgb(200,18,124); }
H1.HeaderClassName
{
color: #C8127C;
}
.AnyTagClassName
{
color: #C8127C;
}
</style>
background-color css
<style>
a { background-color: #C8127C; }
a { background-color: rgb(200,18,124); }
div.DivClassName
{
background-color: #C8127C;
}
.BgClassName
{
background-color: #C8127C;
}
</style>
border-color css
<style>
span { border-color: #C8127C; }
span { border-color: rgb(200,18,124); }
td.TdClassName
{
border-color: #C8127C;
}
.TagClassName
{
border-color: #C8127C;
}
</style>