Shades of Medium Violet Red #C9186C
Tints of Medium Violet Red #C9186C
RGB
CMYK
RGB Variations
Color information
#C9186C (or 0xC9186C) is known color: Medium Violet Red. HEX triplet: C9, 18 and 6C. RGB value is (201,24,108). Sum of RGB (Red+Green+Blue) = 201+24+108=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9186C is #36E793. Grayscale: #565656. Windows color (decimal): -3598228 or 7084233. OLE color: 7084233.
HSL color Cylindrical-coordinate representation of color #C9186C: hue angle of 331.53º 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 #C9186C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 108 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.21 |
| HSL | 331.53º | 0.79% | 0.44% | - |
| HSV(B) | 331.53º | 0.88% | 0.79% | - |
| XYZ | 27.12 | 14.15 | 15.49 | - |
| YUV | 86.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 108 | 0 | 0.88 | 0.46 | 0.21 | 331.53 | 0.79 | 0.44 |
| Hex | C9 | 18 | 6C | 0 | 58 | 2E | 15 | 14C | 4F | 2C |
| Octal | 311 | 30 | 154 | 0 | 130 | 56 | 25 | 514 | 117 | 54 |
| Binary | 11001001 | 11000 | 1101100 | 0 | 1011000 | 101110 | 10101 | 101001100 | 1001111 | 101100 |
Color Harmonies of #C9186C
Complementary color
Monochromatic Colors of #C9186C
Black with #C9186C
Text Example
Text Example
White with #C9186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9186C; }
p { color: rgb(201,24,108); }
H1.HeaderClassName
{
color: #C9186C;
}
.AnyTagClassName
{
color: #C9186C;
}
</style>
background-color css
<style>
a { background-color: #C9186C; }
a { background-color: rgb(201,24,108); }
div.DivClassName
{
background-color: #C9186C;
}
.BgClassName
{
background-color: #C9186C;
}
</style>
border-color css
<style>
span { border-color: #C9186C; }
span { border-color: rgb(201,24,108); }
td.TdClassName
{
border-color: #C9186C;
}
.TagClassName
{
border-color: #C9186C;
}
</style>