Shades of Medium Violet Red #C9189B
Tints of Medium Violet Red #C9189B
RGB
CMYK
RGB Variations
Color information
#C9189B (or 0xC9189B) is known color: Medium Violet Red. HEX triplet: C9, 18 and 9B. RGB value is (201,24,155). Sum of RGB (Red+Green+Blue) = 201+24+155=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9189B is #36E764. Grayscale: #5B5B5B. Windows color (decimal): -3598181 or 10164425. OLE color: 10164425.
HSL color Cylindrical-coordinate representation of color #C9189B: hue angle of 315.59º 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 #C9189B is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 155 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.21 |
| HSL | 315.59º | 0.79% | 0.44% | - |
| HSV(B) | 315.59º | 0.88% | 0.79% | - |
| XYZ | 30.33 | 15.44 | 32.39 | - |
| YUV | 91.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 155 | 0 | 0.88 | 0.23 | 0.21 | 315.59 | 0.79 | 0.44 |
| Hex | C9 | 18 | 9B | 0 | 58 | 17 | 15 | 13C | 4F | 2C |
| Octal | 311 | 30 | 233 | 0 | 130 | 27 | 25 | 474 | 117 | 54 |
| Binary | 11001001 | 11000 | 10011011 | 0 | 1011000 | 10111 | 10101 | 100111100 | 1001111 | 101100 |
Color Harmonies of #C9189B
Complementary color
Monochromatic Colors of #C9189B
Black with #C9189B
Text Example
Text Example
White with #C9189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9189B; }
p { color: rgb(201,24,155); }
H1.HeaderClassName
{
color: #C9189B;
}
.AnyTagClassName
{
color: #C9189B;
}
</style>
background-color css
<style>
a { background-color: #C9189B; }
a { background-color: rgb(201,24,155); }
div.DivClassName
{
background-color: #C9189B;
}
.BgClassName
{
background-color: #C9189B;
}
</style>
border-color css
<style>
span { border-color: #C9189B; }
span { border-color: rgb(201,24,155); }
td.TdClassName
{
border-color: #C9189B;
}
.TagClassName
{
border-color: #C9189B;
}
</style>