Shades of Medium Violet Red #C9116D
Tints of Medium Violet Red #C9116D
RGB
CMYK
RGB Variations
Color information
#C9116D (or 0xC9116D) is known color: Medium Violet Red. HEX triplet: C9, 11 and 6D. RGB value is (201,17,109). Sum of RGB (Red+Green+Blue) = 201+17+109=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9116D is #36EE92. Grayscale: #525252. Windows color (decimal): -3600019 or 7147977. OLE color: 7147977.
HSL color Cylindrical-coordinate representation of color #C9116D: hue angle of 330º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9116D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.21 |
| HSL | 330º | 0.84% | 0.43% | - |
| HSV(B) | 330º | 0.92% | 0.79% | - |
| XYZ | 27.05 | 13.92 | 15.73 | - |
| YUV | 82.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 109 | 0 | 0.92 | 0.46 | 0.21 | 330 | 0.84 | 0.43 |
| Hex | C9 | 11 | 6D | 0 | 5C | 2E | 15 | 14A | 54 | 2B |
| Octal | 311 | 21 | 155 | 0 | 134 | 56 | 25 | 512 | 124 | 53 |
| Binary | 11001001 | 10001 | 1101101 | 0 | 1011100 | 101110 | 10101 | 101001010 | 1010100 | 101011 |
Color Harmonies of #C9116D
Complementary color
Monochromatic Colors of #C9116D
Black with #C9116D
Text Example
Text Example
White with #C9116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9116D; }
p { color: rgb(201,17,109); }
H1.HeaderClassName
{
color: #C9116D;
}
.AnyTagClassName
{
color: #C9116D;
}
</style>
background-color css
<style>
a { background-color: #C9116D; }
a { background-color: rgb(201,17,109); }
div.DivClassName
{
background-color: #C9116D;
}
.BgClassName
{
background-color: #C9116D;
}
</style>
border-color css
<style>
span { border-color: #C9116D; }
span { border-color: rgb(201,17,109); }
td.TdClassName
{
border-color: #C9116D;
}
.TagClassName
{
border-color: #C9116D;
}
</style>