Shades of Medium Violet Red #C9189A
Tints of Medium Violet Red #C9189A
RGB
CMYK
RGB Variations
Color information
#C9189A (or 0xC9189A) is known color: Medium Violet Red. HEX triplet: C9, 18 and 9A. RGB value is (201,24,154). Sum of RGB (Red+Green+Blue) = 201+24+154=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9189A is #36E765. Grayscale: #5B5B5B. Windows color (decimal): -3598182 or 10098889. OLE color: 10098889.
HSL color Cylindrical-coordinate representation of color #C9189A: hue angle of 315.93º 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 #C9189A is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 154 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.21 |
| HSL | 315.93º | 0.79% | 0.44% | - |
| HSV(B) | 315.93º | 0.88% | 0.79% | - |
| XYZ | 30.25 | 15.4 | 31.95 | - |
| YUV | 91.74 | 163.14 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 154 | 0 | 0.88 | 0.23 | 0.21 | 315.93 | 0.79 | 0.44 |
| Hex | C9 | 18 | 9A | 0 | 58 | 17 | 15 | 13C | 4F | 2C |
| Octal | 311 | 30 | 232 | 0 | 130 | 27 | 25 | 474 | 117 | 54 |
| Binary | 11001001 | 11000 | 10011010 | 0 | 1011000 | 10111 | 10101 | 100111100 | 1001111 | 101100 |
Color Harmonies of #C9189A
Complementary color
Monochromatic Colors of #C9189A
Black with #C9189A
Text Example
Text Example
White with #C9189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9189A; }
p { color: rgb(201,24,154); }
H1.HeaderClassName
{
color: #C9189A;
}
.AnyTagClassName
{
color: #C9189A;
}
</style>
background-color css
<style>
a { background-color: #C9189A; }
a { background-color: rgb(201,24,154); }
div.DivClassName
{
background-color: #C9189A;
}
.BgClassName
{
background-color: #C9189A;
}
</style>
border-color css
<style>
span { border-color: #C9189A; }
span { border-color: rgb(201,24,154); }
td.TdClassName
{
border-color: #C9189A;
}
.TagClassName
{
border-color: #C9189A;
}
</style>