Shades of Medium Violet Red #C9137F
Tints of Medium Violet Red #C9137F
RGB
CMYK
RGB Variations
Color information
#C9137F (or 0xC9137F) is known color: Medium Violet Red. HEX triplet: C9, 13 and 7F. RGB value is (201,19,127). Sum of RGB (Red+Green+Blue) = 201+19+127=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9137F is #36EC80. Grayscale: #555555. Windows color (decimal): -3599489 or 8328137. OLE color: 8328137.
HSL color Cylindrical-coordinate representation of color #C9137F: hue angle of 324.4º 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 #C9137F is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 127 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.21 |
| HSL | 324.4º | 0.83% | 0.43% | - |
| HSV(B) | 324.4º | 0.91% | 0.79% | - |
| XYZ | 28.15 | 14.42 | 21.38 | - |
| YUV | 85.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 127 | 0 | 0.91 | 0.37 | 0.21 | 324.4 | 0.83 | 0.43 |
| Hex | C9 | 13 | 7F | 0 | 5B | 25 | 15 | 144 | 53 | 2B |
| Octal | 311 | 23 | 177 | 0 | 133 | 45 | 25 | 504 | 123 | 53 |
| Binary | 11001001 | 10011 | 1111111 | 0 | 1011011 | 100101 | 10101 | 101000100 | 1010011 | 101011 |
Color Harmonies of #C9137F
Complementary color
Monochromatic Colors of #C9137F
Black with #C9137F
Text Example
Text Example
White with #C9137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9137F; }
p { color: rgb(201,19,127); }
H1.HeaderClassName
{
color: #C9137F;
}
.AnyTagClassName
{
color: #C9137F;
}
</style>
background-color css
<style>
a { background-color: #C9137F; }
a { background-color: rgb(201,19,127); }
div.DivClassName
{
background-color: #C9137F;
}
.BgClassName
{
background-color: #C9137F;
}
</style>
border-color css
<style>
span { border-color: #C9137F; }
span { border-color: rgb(201,19,127); }
td.TdClassName
{
border-color: #C9137F;
}
.TagClassName
{
border-color: #C9137F;
}
</style>