Shades of Medium Violet Red #C9129B
Tints of Medium Violet Red #C9129B
RGB
CMYK
RGB Variations
Color information
#C9129B (or 0xC9129B) is known color: Medium Violet Red. HEX triplet: C9, 12 and 9B. RGB value is (201,18,155). Sum of RGB (Red+Green+Blue) = 201+18+155=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9129B is #36ED64. Grayscale: #575757. Windows color (decimal): -3599717 or 10162889. OLE color: 10162889.
HSL color Cylindrical-coordinate representation of color #C9129B: hue angle of 315.08º 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 #C9129B is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 155 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.21 |
| HSL | 315.08º | 0.84% | 0.43% | - |
| HSV(B) | 315.08º | 0.91% | 0.79% | - |
| XYZ | 30.22 | 15.22 | 32.35 | - |
| YUV | 88.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 155 | 0 | 0.91 | 0.23 | 0.21 | 315.08 | 0.84 | 0.43 |
| Hex | C9 | 12 | 9B | 0 | 5B | 17 | 15 | 13B | 54 | 2B |
| Octal | 311 | 22 | 233 | 0 | 133 | 27 | 25 | 473 | 124 | 53 |
| Binary | 11001001 | 10010 | 10011011 | 0 | 1011011 | 10111 | 10101 | 100111011 | 1010100 | 101011 |
Color Harmonies of #C9129B
Complementary color
Monochromatic Colors of #C9129B
Black with #C9129B
Text Example
Text Example
White with #C9129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9129B; }
p { color: rgb(201,18,155); }
H1.HeaderClassName
{
color: #C9129B;
}
.AnyTagClassName
{
color: #C9129B;
}
</style>
background-color css
<style>
a { background-color: #C9129B; }
a { background-color: rgb(201,18,155); }
div.DivClassName
{
background-color: #C9129B;
}
.BgClassName
{
background-color: #C9129B;
}
</style>
border-color css
<style>
span { border-color: #C9129B; }
span { border-color: rgb(201,18,155); }
td.TdClassName
{
border-color: #C9129B;
}
.TagClassName
{
border-color: #C9129B;
}
</style>