Shades of Medium Violet Red #C9187A
Tints of Medium Violet Red #C9187A
RGB
CMYK
RGB Variations
Color information
#C9187A (or 0xC9187A) is known color: Medium Violet Red. HEX triplet: C9, 18 and 7A. RGB value is (201,24,122). Sum of RGB (Red+Green+Blue) = 201+24+122=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9187A is #36E785. Grayscale: #575757. Windows color (decimal): -3598214 or 8001737. OLE color: 8001737.
HSL color Cylindrical-coordinate representation of color #C9187A: hue angle of 326.78º 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 #C9187A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 122 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.21 |
| HSL | 326.78º | 0.79% | 0.44% | - |
| HSV(B) | 326.78º | 0.88% | 0.79% | - |
| XYZ | 27.93 | 14.48 | 19.73 | - |
| YUV | 88.1 | 147.14 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 122 | 0 | 0.88 | 0.39 | 0.21 | 326.78 | 0.79 | 0.44 |
| Hex | C9 | 18 | 7A | 0 | 58 | 27 | 15 | 147 | 4F | 2C |
| Octal | 311 | 30 | 172 | 0 | 130 | 47 | 25 | 507 | 117 | 54 |
| Binary | 11001001 | 11000 | 1111010 | 0 | 1011000 | 100111 | 10101 | 101000111 | 1001111 | 101100 |
Color Harmonies of #C9187A
Complementary color
Monochromatic Colors of #C9187A
Black with #C9187A
Text Example
Text Example
White with #C9187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9187A; }
p { color: rgb(201,24,122); }
H1.HeaderClassName
{
color: #C9187A;
}
.AnyTagClassName
{
color: #C9187A;
}
</style>
background-color css
<style>
a { background-color: #C9187A; }
a { background-color: rgb(201,24,122); }
div.DivClassName
{
background-color: #C9187A;
}
.BgClassName
{
background-color: #C9187A;
}
</style>
border-color css
<style>
span { border-color: #C9187A; }
span { border-color: rgb(201,24,122); }
td.TdClassName
{
border-color: #C9187A;
}
.TagClassName
{
border-color: #C9187A;
}
</style>