Shades of Medium Violet Red #C9189F
Tints of Medium Violet Red #C9189F
RGB
CMYK
RGB Variations
Color information
#C9189F (or 0xC9189F) is known color: Medium Violet Red. HEX triplet: C9, 18 and 9F. RGB value is (201,24,159). Sum of RGB (Red+Green+Blue) = 201+24+159=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9189F is #36E760. Grayscale: #5B5B5B. Windows color (decimal): -3598177 or 10426569. OLE color: 10426569.
HSL color Cylindrical-coordinate representation of color #C9189F: hue angle of 314.24º 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 #C9189F is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 159 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.21 |
| HSL | 314.24º | 0.79% | 0.44% | - |
| HSV(B) | 314.24º | 0.88% | 0.79% | - |
| XYZ | 30.67 | 15.57 | 34.19 | - |
| YUV | 92.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 159 | 0 | 0.88 | 0.21 | 0.21 | 314.24 | 0.79 | 0.44 |
| Hex | C9 | 18 | 9F | 0 | 58 | 15 | 15 | 13A | 4F | 2C |
| Octal | 311 | 30 | 237 | 0 | 130 | 25 | 25 | 472 | 117 | 54 |
| Binary | 11001001 | 11000 | 10011111 | 0 | 1011000 | 10101 | 10101 | 100111010 | 1001111 | 101100 |
Color Harmonies of #C9189F
Complementary color
Monochromatic Colors of #C9189F
Black with #C9189F
Text Example
Text Example
White with #C9189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9189F; }
p { color: rgb(201,24,159); }
H1.HeaderClassName
{
color: #C9189F;
}
.AnyTagClassName
{
color: #C9189F;
}
</style>
background-color css
<style>
a { background-color: #C9189F; }
a { background-color: rgb(201,24,159); }
div.DivClassName
{
background-color: #C9189F;
}
.BgClassName
{
background-color: #C9189F;
}
</style>
border-color css
<style>
span { border-color: #C9189F; }
span { border-color: rgb(201,24,159); }
td.TdClassName
{
border-color: #C9189F;
}
.TagClassName
{
border-color: #C9189F;
}
</style>