Shades of Medium Violet Red #C9086D
Tints of Medium Violet Red #C9086D
RGB
CMYK
RGB Variations
Color information
#C9086D (or 0xC9086D) is known color: Medium Violet Red. HEX triplet: C9, 08 and 6D. RGB value is (201,8,109). Sum of RGB (Red+Green+Blue) = 201+8+109=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9086D is #36F792. Grayscale: #4D4D4D. Windows color (decimal): -3602323 or 7145673. OLE color: 7145673.
HSL color Cylindrical-coordinate representation of color #C9086D: hue angle of 328.6º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9086D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.21 |
| HSL | 328.6º | 0.92% | 0.41% | - |
| HSV(B) | 328.6º | 0.96% | 0.79% | - |
| XYZ | 26.93 | 13.7 | 15.69 | - |
| YUV | 77.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 109 | 0 | 0.96 | 0.46 | 0.21 | 328.6 | 0.92 | 0.41 |
| Hex | C9 | 8 | 6D | 0 | 60 | 2E | 15 | 149 | 5C | 29 |
| Octal | 311 | 10 | 155 | 0 | 140 | 56 | 25 | 511 | 134 | 51 |
| Binary | 11001001 | 1000 | 1101101 | 0 | 1100000 | 101110 | 10101 | 101001001 | 1011100 | 101001 |
Color Harmonies of #C9086D
Complementary color
Monochromatic Colors of #C9086D
Black with #C9086D
Text Example
Text Example
White with #C9086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9086D; }
p { color: rgb(201,8,109); }
H1.HeaderClassName
{
color: #C9086D;
}
.AnyTagClassName
{
color: #C9086D;
}
</style>
background-color css
<style>
a { background-color: #C9086D; }
a { background-color: rgb(201,8,109); }
div.DivClassName
{
background-color: #C9086D;
}
.BgClassName
{
background-color: #C9086D;
}
</style>
border-color css
<style>
span { border-color: #C9086D; }
span { border-color: rgb(201,8,109); }
td.TdClassName
{
border-color: #C9086D;
}
.TagClassName
{
border-color: #C9086D;
}
</style>