Shades of Medium Violet Red #C8128A
Tints of Medium Violet Red #C8128A
RGB
CMYK
RGB Variations
Color information
#C8128A (or 0xC8128A) is known color: Medium Violet Red. HEX triplet: C8, 12 and 8A. RGB value is (200,18,138). Sum of RGB (Red+Green+Blue) = 200+18+138=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8128A is #37ED75. Grayscale: #555555. Windows color (decimal): -3665270 or 9048776. OLE color: 9048776.
HSL color Cylindrical-coordinate representation of color #C8128A: hue angle of 320.44º 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 #C8128A is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.22 |
| HSL | 320.44º | 0.83% | 0.43% | - |
| HSV(B) | 320.44º | 0.91% | 0.78% | - |
| XYZ | 28.62 | 14.55 | 25.34 | - |
| YUV | 86.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 138 | 0 | 0.91 | 0.31 | 0.22 | 320.44 | 0.83 | 0.43 |
| Hex | C8 | 12 | 8A | 0 | 5B | 1F | 16 | 140 | 53 | 2B |
| Octal | 310 | 22 | 212 | 0 | 133 | 37 | 26 | 500 | 123 | 53 |
| Binary | 11001000 | 10010 | 10001010 | 0 | 1011011 | 11111 | 10110 | 101000000 | 1010011 | 101011 |
Color Harmonies of #C8128A
Complementary color
Monochromatic Colors of #C8128A
Black with #C8128A
Text Example
Text Example
White with #C8128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8128A; }
p { color: rgb(200,18,138); }
H1.HeaderClassName
{
color: #C8128A;
}
.AnyTagClassName
{
color: #C8128A;
}
</style>
background-color css
<style>
a { background-color: #C8128A; }
a { background-color: rgb(200,18,138); }
div.DivClassName
{
background-color: #C8128A;
}
.BgClassName
{
background-color: #C8128A;
}
</style>
border-color css
<style>
span { border-color: #C8128A; }
span { border-color: rgb(200,18,138); }
td.TdClassName
{
border-color: #C8128A;
}
.TagClassName
{
border-color: #C8128A;
}
</style>