Shades of Medium Violet Red #C8129A
Tints of Medium Violet Red #C8129A
RGB
CMYK
RGB Variations
Color information
#C8129A (or 0xC8129A) is known color: Medium Violet Red. HEX triplet: C8, 12 and 9A. RGB value is (200,18,154). Sum of RGB (Red+Green+Blue) = 200+18+154=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8129A is #37ED65. Grayscale: #575757. Windows color (decimal): -3665254 or 10097352. OLE color: 10097352.
HSL color Cylindrical-coordinate representation of color #C8129A: hue angle of 315.16º 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 #C8129A is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 154 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.22 |
| HSL | 315.16º | 0.83% | 0.43% | - |
| HSV(B) | 315.16º | 0.91% | 0.78% | - |
| XYZ | 29.87 | 15.05 | 31.9 | - |
| YUV | 87.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 154 | 0 | 0.91 | 0.23 | 0.22 | 315.16 | 0.83 | 0.43 |
| Hex | C8 | 12 | 9A | 0 | 5B | 17 | 16 | 13B | 53 | 2B |
| Octal | 310 | 22 | 232 | 0 | 133 | 27 | 26 | 473 | 123 | 53 |
| Binary | 11001000 | 10010 | 10011010 | 0 | 1011011 | 10111 | 10110 | 100111011 | 1010011 | 101011 |
Color Harmonies of #C8129A
Complementary color
Monochromatic Colors of #C8129A
Black with #C8129A
Text Example
Text Example
White with #C8129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8129A; }
p { color: rgb(200,18,154); }
H1.HeaderClassName
{
color: #C8129A;
}
.AnyTagClassName
{
color: #C8129A;
}
</style>
background-color css
<style>
a { background-color: #C8129A; }
a { background-color: rgb(200,18,154); }
div.DivClassName
{
background-color: #C8129A;
}
.BgClassName
{
background-color: #C8129A;
}
</style>
border-color css
<style>
span { border-color: #C8129A; }
span { border-color: rgb(200,18,154); }
td.TdClassName
{
border-color: #C8129A;
}
.TagClassName
{
border-color: #C8129A;
}
</style>