Shades of Medium Violet Red #C9136E
Tints of Medium Violet Red #C9136E
RGB
CMYK
RGB Variations
Color information
#C9136E (or 0xC9136E) is known color: Medium Violet Red. HEX triplet: C9, 13 and 6E. RGB value is (201,19,110). Sum of RGB (Red+Green+Blue) = 201+19+110=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9136E is #36EC91. Grayscale: #535353. Windows color (decimal): -3599506 or 7214025. OLE color: 7214025.
HSL color Cylindrical-coordinate representation of color #C9136E: hue angle of 330º 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 #C9136E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.21 |
| HSL | 330º | 0.83% | 0.43% | - |
| HSV(B) | 330º | 0.91% | 0.79% | - |
| XYZ | 27.13 | 14.01 | 16.03 | - |
| YUV | 83.79 | 142.8 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 110 | 0 | 0.91 | 0.45 | 0.21 | 330 | 0.83 | 0.43 |
| Hex | C9 | 13 | 6E | 0 | 5B | 2D | 15 | 14A | 53 | 2B |
| Octal | 311 | 23 | 156 | 0 | 133 | 55 | 25 | 512 | 123 | 53 |
| Binary | 11001001 | 10011 | 1101110 | 0 | 1011011 | 101101 | 10101 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C9136E
Complementary color
Monochromatic Colors of #C9136E
Black with #C9136E
Text Example
Text Example
White with #C9136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9136E; }
p { color: rgb(201,19,110); }
H1.HeaderClassName
{
color: #C9136E;
}
.AnyTagClassName
{
color: #C9136E;
}
</style>
background-color css
<style>
a { background-color: #C9136E; }
a { background-color: rgb(201,19,110); }
div.DivClassName
{
background-color: #C9136E;
}
.BgClassName
{
background-color: #C9136E;
}
</style>
border-color css
<style>
span { border-color: #C9136E; }
span { border-color: rgb(201,19,110); }
td.TdClassName
{
border-color: #C9136E;
}
.TagClassName
{
border-color: #C9136E;
}
</style>