Shades of Medium Violet Red #C9136D
Tints of Medium Violet Red #C9136D
RGB
CMYK
RGB Variations
Color information
#C9136D (or 0xC9136D) is known color: Medium Violet Red. HEX triplet: C9, 13 and 6D. RGB value is (201,19,109). Sum of RGB (Red+Green+Blue) = 201+19+109=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9136D is #36EC92. Grayscale: #535353. Windows color (decimal): -3599507 or 7148489. OLE color: 7148489.
HSL color Cylindrical-coordinate representation of color #C9136D: hue angle of 330.33º 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 #C9136D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.21 |
| HSL | 330.33º | 0.83% | 0.43% | - |
| HSV(B) | 330.33º | 0.91% | 0.79% | - |
| XYZ | 27.08 | 13.99 | 15.74 | - |
| YUV | 83.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 109 | 0 | 0.91 | 0.46 | 0.21 | 330.33 | 0.83 | 0.43 |
| Hex | C9 | 13 | 6D | 0 | 5B | 2E | 15 | 14A | 53 | 2B |
| Octal | 311 | 23 | 155 | 0 | 133 | 56 | 25 | 512 | 123 | 53 |
| Binary | 11001001 | 10011 | 1101101 | 0 | 1011011 | 101110 | 10101 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C9136D
Complementary color
Monochromatic Colors of #C9136D
Black with #C9136D
Text Example
Text Example
White with #C9136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9136D; }
p { color: rgb(201,19,109); }
H1.HeaderClassName
{
color: #C9136D;
}
.AnyTagClassName
{
color: #C9136D;
}
</style>
background-color css
<style>
a { background-color: #C9136D; }
a { background-color: rgb(201,19,109); }
div.DivClassName
{
background-color: #C9136D;
}
.BgClassName
{
background-color: #C9136D;
}
</style>
border-color css
<style>
span { border-color: #C9136D; }
span { border-color: rgb(201,19,109); }
td.TdClassName
{
border-color: #C9136D;
}
.TagClassName
{
border-color: #C9136D;
}
</style>