Shades of Medium Violet Red #C9209C
Tints of Medium Violet Red #C9209C
RGB
CMYK
RGB Variations
Color information
#C9209C (or 0xC9209C) is known color: Medium Violet Red. HEX triplet: C9, 20 and 9C. RGB value is (201,32,156). Sum of RGB (Red+Green+Blue) = 201+32+156=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9209C is #36DF63. Grayscale: #606060. Windows color (decimal): -3596132 or 10232009. OLE color: 10232009.
HSL color Cylindrical-coordinate representation of color #C9209C: hue angle of 315.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9209C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 156 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.21 |
| HSL | 315.98º | 0.73% | 0.46% | - |
| HSV(B) | 315.98º | 0.84% | 0.79% | - |
| XYZ | 30.6 | 15.85 | 32.9 | - |
| YUV | 96.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 156 | 0 | 0.84 | 0.22 | 0.21 | 315.98 | 0.73 | 0.46 |
| Hex | C9 | 20 | 9C | 0 | 54 | 16 | 15 | 13C | 49 | 2E |
| Octal | 311 | 40 | 234 | 0 | 124 | 26 | 25 | 474 | 111 | 56 |
| Binary | 11001001 | 100000 | 10011100 | 0 | 1010100 | 10110 | 10101 | 100111100 | 1001001 | 101110 |
Color Harmonies of #C9209C
Complementary color
Monochromatic Colors of #C9209C
Black with #C9209C
Text Example
Text Example
White with #C9209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9209C; }
p { color: rgb(201,32,156); }
H1.HeaderClassName
{
color: #C9209C;
}
.AnyTagClassName
{
color: #C9209C;
}
</style>
background-color css
<style>
a { background-color: #C9209C; }
a { background-color: rgb(201,32,156); }
div.DivClassName
{
background-color: #C9209C;
}
.BgClassName
{
background-color: #C9209C;
}
</style>
border-color css
<style>
span { border-color: #C9209C; }
span { border-color: rgb(201,32,156); }
td.TdClassName
{
border-color: #C9209C;
}
.TagClassName
{
border-color: #C9209C;
}
</style>