Shades of Medium Violet Red #C9189C
Tints of Medium Violet Red #C9189C
RGB
CMYK
RGB Variations
Color information
#C9189C (or 0xC9189C) is known color: Medium Violet Red. HEX triplet: C9, 18 and 9C. RGB value is (201,24,156). Sum of RGB (Red+Green+Blue) = 201+24+156=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9189C is #36E763. Grayscale: #5B5B5B. Windows color (decimal): -3598180 or 10229961. OLE color: 10229961.
HSL color Cylindrical-coordinate representation of color #C9189C: hue angle of 315.25º 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 #C9189C is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.21 |
| HSL | 315.25º | 0.79% | 0.44% | - |
| HSV(B) | 315.25º | 0.88% | 0.79% | - |
| XYZ | 30.41 | 15.47 | 32.84 | - |
| YUV | 91.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 156 | 0 | 0.88 | 0.22 | 0.21 | 315.25 | 0.79 | 0.44 |
| Hex | C9 | 18 | 9C | 0 | 58 | 16 | 15 | 13B | 4F | 2C |
| Octal | 311 | 30 | 234 | 0 | 130 | 26 | 25 | 473 | 117 | 54 |
| Binary | 11001001 | 11000 | 10011100 | 0 | 1011000 | 10110 | 10101 | 100111011 | 1001111 | 101100 |
Color Harmonies of #C9189C
Complementary color
Monochromatic Colors of #C9189C
Black with #C9189C
Text Example
Text Example
White with #C9189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9189C; }
p { color: rgb(201,24,156); }
H1.HeaderClassName
{
color: #C9189C;
}
.AnyTagClassName
{
color: #C9189C;
}
</style>
background-color css
<style>
a { background-color: #C9189C; }
a { background-color: rgb(201,24,156); }
div.DivClassName
{
background-color: #C9189C;
}
.BgClassName
{
background-color: #C9189C;
}
</style>
border-color css
<style>
span { border-color: #C9189C; }
span { border-color: rgb(201,24,156); }
td.TdClassName
{
border-color: #C9189C;
}
.TagClassName
{
border-color: #C9189C;
}
</style>