Shades of Medium Violet Red #C9137E
Tints of Medium Violet Red #C9137E
RGB
CMYK
RGB Variations
Color information
#C9137E (or 0xC9137E) is known color: Medium Violet Red. HEX triplet: C9, 13 and 7E. RGB value is (201,19,126). Sum of RGB (Red+Green+Blue) = 201+19+126=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9137E is #36EC81. Grayscale: #555555. Windows color (decimal): -3599490 or 8262601. OLE color: 8262601.
HSL color Cylindrical-coordinate representation of color #C9137E: hue angle of 324.73º 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 #C9137E is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.21 |
| HSL | 324.73º | 0.83% | 0.43% | - |
| HSV(B) | 324.73º | 0.91% | 0.79% | - |
| XYZ | 28.09 | 14.39 | 21.04 | - |
| YUV | 85.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 126 | 0 | 0.91 | 0.37 | 0.21 | 324.73 | 0.83 | 0.43 |
| Hex | C9 | 13 | 7E | 0 | 5B | 25 | 15 | 145 | 53 | 2B |
| Octal | 311 | 23 | 176 | 0 | 133 | 45 | 25 | 505 | 123 | 53 |
| Binary | 11001001 | 10011 | 1111110 | 0 | 1011011 | 100101 | 10101 | 101000101 | 1010011 | 101011 |
Color Harmonies of #C9137E
Complementary color
Monochromatic Colors of #C9137E
Black with #C9137E
Text Example
Text Example
White with #C9137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9137E; }
p { color: rgb(201,19,126); }
H1.HeaderClassName
{
color: #C9137E;
}
.AnyTagClassName
{
color: #C9137E;
}
</style>
background-color css
<style>
a { background-color: #C9137E; }
a { background-color: rgb(201,19,126); }
div.DivClassName
{
background-color: #C9137E;
}
.BgClassName
{
background-color: #C9137E;
}
</style>
border-color css
<style>
span { border-color: #C9137E; }
span { border-color: rgb(201,19,126); }
td.TdClassName
{
border-color: #C9137E;
}
.TagClassName
{
border-color: #C9137E;
}
</style>