Shades of Medium Violet Red #C9186D
Tints of Medium Violet Red #C9186D
RGB
CMYK
RGB Variations
Color information
#C9186D (or 0xC9186D) is known color: Medium Violet Red. HEX triplet: C9, 18 and 6D. RGB value is (201,24,109). Sum of RGB (Red+Green+Blue) = 201+24+109=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9186D is #36E792. Grayscale: #565656. Windows color (decimal): -3598227 or 7149769. OLE color: 7149769.
HSL color Cylindrical-coordinate representation of color #C9186D: hue angle of 331.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9186D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 109 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.21 |
| HSL | 331.19º | 0.79% | 0.44% | - |
| HSV(B) | 331.19º | 0.88% | 0.79% | - |
| XYZ | 27.17 | 14.17 | 15.77 | - |
| YUV | 86.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 109 | 0 | 0.88 | 0.46 | 0.21 | 331.19 | 0.79 | 0.44 |
| Hex | C9 | 18 | 6D | 0 | 58 | 2E | 15 | 14B | 4F | 2C |
| Octal | 311 | 30 | 155 | 0 | 130 | 56 | 25 | 513 | 117 | 54 |
| Binary | 11001001 | 11000 | 1101101 | 0 | 1011000 | 101110 | 10101 | 101001011 | 1001111 | 101100 |
Color Harmonies of #C9186D
Complementary color
Monochromatic Colors of #C9186D
Black with #C9186D
Text Example
Text Example
White with #C9186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9186D; }
p { color: rgb(201,24,109); }
H1.HeaderClassName
{
color: #C9186D;
}
.AnyTagClassName
{
color: #C9186D;
}
</style>
background-color css
<style>
a { background-color: #C9186D; }
a { background-color: rgb(201,24,109); }
div.DivClassName
{
background-color: #C9186D;
}
.BgClassName
{
background-color: #C9186D;
}
</style>
border-color css
<style>
span { border-color: #C9186D; }
span { border-color: rgb(201,24,109); }
td.TdClassName
{
border-color: #C9186D;
}
.TagClassName
{
border-color: #C9186D;
}
</style>