Shades of Medium Violet Red #C8128B
Tints of Medium Violet Red #C8128B
RGB
CMYK
RGB Variations
Color information
#C8128B (or 0xC8128B) is known color: Medium Violet Red. HEX triplet: C8, 12 and 8B. RGB value is (200,18,139). Sum of RGB (Red+Green+Blue) = 200+18+139=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8128B is #37ED74. Grayscale: #555555. Windows color (decimal): -3665269 or 9114312. OLE color: 9114312.
HSL color Cylindrical-coordinate representation of color #C8128B: hue angle of 320.11º 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 #C8128B is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.22 |
| HSL | 320.11º | 0.83% | 0.43% | - |
| HSV(B) | 320.11º | 0.91% | 0.78% | - |
| XYZ | 28.7 | 14.58 | 25.73 | - |
| YUV | 86.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 139 | 0 | 0.91 | 0.30 | 0.22 | 320.11 | 0.83 | 0.43 |
| Hex | C8 | 12 | 8B | 0 | 5B | 1E | 16 | 140 | 53 | 2B |
| Octal | 310 | 22 | 213 | 0 | 133 | 36 | 26 | 500 | 123 | 53 |
| Binary | 11001000 | 10010 | 10001011 | 0 | 1011011 | 11110 | 10110 | 101000000 | 1010011 | 101011 |
Color Harmonies of #C8128B
Complementary color
Monochromatic Colors of #C8128B
Black with #C8128B
Text Example
Text Example
White with #C8128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8128B; }
p { color: rgb(200,18,139); }
H1.HeaderClassName
{
color: #C8128B;
}
.AnyTagClassName
{
color: #C8128B;
}
</style>
background-color css
<style>
a { background-color: #C8128B; }
a { background-color: rgb(200,18,139); }
div.DivClassName
{
background-color: #C8128B;
}
.BgClassName
{
background-color: #C8128B;
}
</style>
border-color css
<style>
span { border-color: #C8128B; }
span { border-color: rgb(200,18,139); }
td.TdClassName
{
border-color: #C8128B;
}
.TagClassName
{
border-color: #C8128B;
}
</style>