Shades of Medium Violet Red #C9137A
Tints of Medium Violet Red #C9137A
RGB
CMYK
RGB Variations
Color information
#C9137A (or 0xC9137A) is known color: Medium Violet Red. HEX triplet: C9, 13 and 7A. RGB value is (201,19,122). Sum of RGB (Red+Green+Blue) = 201+19+122=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9137A is #36EC85. Grayscale: #545454. Windows color (decimal): -3599494 or 8000457. OLE color: 8000457.
HSL color Cylindrical-coordinate representation of color #C9137A: hue angle of 326.04º degrees, saturation: 0.83, 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 #C9137A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 122 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.21 |
| HSL | 326.04º | 0.83% | 0.43% | - |
| HSV(B) | 326.04º | 0.91% | 0.79% | - |
| XYZ | 27.83 | 14.29 | 19.7 | - |
| YUV | 85.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 122 | 0 | 0.91 | 0.39 | 0.21 | 326.04 | 0.83 | 0.43 |
| Hex | C9 | 13 | 7A | 0 | 5B | 27 | 15 | 146 | 53 | 2B |
| Octal | 311 | 23 | 172 | 0 | 133 | 47 | 25 | 506 | 123 | 53 |
| Binary | 11001001 | 10011 | 1111010 | 0 | 1011011 | 100111 | 10101 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C9137A
Complementary color
Monochromatic Colors of #C9137A
Black with #C9137A
Text Example
Text Example
White with #C9137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9137A; }
p { color: rgb(201,19,122); }
H1.HeaderClassName
{
color: #C9137A;
}
.AnyTagClassName
{
color: #C9137A;
}
</style>
background-color css
<style>
a { background-color: #C9137A; }
a { background-color: rgb(201,19,122); }
div.DivClassName
{
background-color: #C9137A;
}
.BgClassName
{
background-color: #C9137A;
}
</style>
border-color css
<style>
span { border-color: #C9137A; }
span { border-color: rgb(201,19,122); }
td.TdClassName
{
border-color: #C9137A;
}
.TagClassName
{
border-color: #C9137A;
}
</style>