Shades of Medium Violet Red #C8128F
Tints of Medium Violet Red #C8128F
RGB
CMYK
RGB Variations
Color information
#C8128F (or 0xC8128F) is known color: Medium Violet Red. HEX triplet: C8, 12 and 8F. RGB value is (200,18,143). Sum of RGB (Red+Green+Blue) = 200+18+143=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8128F is #37ED70. Grayscale: #565656. Windows color (decimal): -3665265 or 9376456. OLE color: 9376456.
HSL color Cylindrical-coordinate representation of color #C8128F: hue angle of 318.79º 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 #C8128F is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.22 |
| HSL | 318.79º | 0.83% | 0.43% | - |
| HSV(B) | 318.79º | 0.91% | 0.78% | - |
| XYZ | 28.99 | 14.7 | 27.29 | - |
| YUV | 86.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 143 | 0 | 0.91 | 0.28 | 0.22 | 318.79 | 0.83 | 0.43 |
| Hex | C8 | 12 | 8F | 0 | 5B | 1C | 16 | 13F | 53 | 2B |
| Octal | 310 | 22 | 217 | 0 | 133 | 34 | 26 | 477 | 123 | 53 |
| Binary | 11001000 | 10010 | 10001111 | 0 | 1011011 | 11100 | 10110 | 100111111 | 1010011 | 101011 |
Color Harmonies of #C8128F
Complementary color
Monochromatic Colors of #C8128F
Black with #C8128F
Text Example
Text Example
White with #C8128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8128F; }
p { color: rgb(200,18,143); }
H1.HeaderClassName
{
color: #C8128F;
}
.AnyTagClassName
{
color: #C8128F;
}
</style>
background-color css
<style>
a { background-color: #C8128F; }
a { background-color: rgb(200,18,143); }
div.DivClassName
{
background-color: #C8128F;
}
.BgClassName
{
background-color: #C8128F;
}
</style>
border-color css
<style>
span { border-color: #C8128F; }
span { border-color: rgb(200,18,143); }
td.TdClassName
{
border-color: #C8128F;
}
.TagClassName
{
border-color: #C8128F;
}
</style>