Shades of Medium Violet Red #C9129D
Tints of Medium Violet Red #C9129D
RGB
CMYK
RGB Variations
Color information
#C9129D (or 0xC9129D) is known color: Medium Violet Red. HEX triplet: C9, 12 and 9D. RGB value is (201,18,157). Sum of RGB (Red+Green+Blue) = 201+18+157=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9129D is #36ED62. Grayscale: #585858. Windows color (decimal): -3599715 or 10293961. OLE color: 10293961.
HSL color Cylindrical-coordinate representation of color #C9129D: hue angle of 314.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9129D is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.21 |
| HSL | 314.43º | 0.84% | 0.43% | - |
| HSV(B) | 314.43º | 0.91% | 0.79% | - |
| XYZ | 30.39 | 15.28 | 33.25 | - |
| YUV | 88.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 157 | 0 | 0.91 | 0.22 | 0.21 | 314.43 | 0.84 | 0.43 |
| Hex | C9 | 12 | 9D | 0 | 5B | 16 | 15 | 13A | 54 | 2B |
| Octal | 311 | 22 | 235 | 0 | 133 | 26 | 25 | 472 | 124 | 53 |
| Binary | 11001001 | 10010 | 10011101 | 0 | 1011011 | 10110 | 10101 | 100111010 | 1010100 | 101011 |
Color Harmonies of #C9129D
Complementary color
Monochromatic Colors of #C9129D
Black with #C9129D
Text Example
Text Example
White with #C9129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9129D; }
p { color: rgb(201,18,157); }
H1.HeaderClassName
{
color: #C9129D;
}
.AnyTagClassName
{
color: #C9129D;
}
</style>
background-color css
<style>
a { background-color: #C9129D; }
a { background-color: rgb(201,18,157); }
div.DivClassName
{
background-color: #C9129D;
}
.BgClassName
{
background-color: #C9129D;
}
</style>
border-color css
<style>
span { border-color: #C9129D; }
span { border-color: rgb(201,18,157); }
td.TdClassName
{
border-color: #C9129D;
}
.TagClassName
{
border-color: #C9129D;
}
</style>