Shades of Medium Violet Red #C9137B
Tints of Medium Violet Red #C9137B
RGB
CMYK
RGB Variations
Color information
#C9137B (or 0xC9137B) is known color: Medium Violet Red. HEX triplet: C9, 13 and 7B. RGB value is (201,19,123). Sum of RGB (Red+Green+Blue) = 201+19+123=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9137B is #36EC84. Grayscale: #555555. Windows color (decimal): -3599493 or 8065993. OLE color: 8065993.
HSL color Cylindrical-coordinate representation of color #C9137B: hue angle of 325.71º 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 #C9137B is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.21 |
| HSL | 325.71º | 0.83% | 0.43% | - |
| HSV(B) | 325.71º | 0.91% | 0.79% | - |
| XYZ | 27.9 | 14.31 | 20.03 | - |
| YUV | 85.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 123 | 0 | 0.91 | 0.39 | 0.21 | 325.71 | 0.83 | 0.43 |
| Hex | C9 | 13 | 7B | 0 | 5B | 27 | 15 | 146 | 53 | 2B |
| Octal | 311 | 23 | 173 | 0 | 133 | 47 | 25 | 506 | 123 | 53 |
| Binary | 11001001 | 10011 | 1111011 | 0 | 1011011 | 100111 | 10101 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C9137B
Complementary color
Monochromatic Colors of #C9137B
Black with #C9137B
Text Example
Text Example
White with #C9137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9137B; }
p { color: rgb(201,19,123); }
H1.HeaderClassName
{
color: #C9137B;
}
.AnyTagClassName
{
color: #C9137B;
}
</style>
background-color css
<style>
a { background-color: #C9137B; }
a { background-color: rgb(201,19,123); }
div.DivClassName
{
background-color: #C9137B;
}
.BgClassName
{
background-color: #C9137B;
}
</style>
border-color css
<style>
span { border-color: #C9137B; }
span { border-color: rgb(201,19,123); }
td.TdClassName
{
border-color: #C9137B;
}
.TagClassName
{
border-color: #C9137B;
}
</style>