Shades of Medium Violet Red #C9229C
Tints of Medium Violet Red #C9229C
RGB
CMYK
RGB Variations
Color information
#C9229C (or 0xC9229C) is known color: Medium Violet Red. HEX triplet: C9, 22 and 9C. RGB value is (201,34,156). Sum of RGB (Red+Green+Blue) = 201+34+156=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9229C is #36DD63. Grayscale: #616161. Windows color (decimal): -3595620 or 10232521. OLE color: 10232521.
HSL color Cylindrical-coordinate representation of color #C9229C: hue angle of 316.17º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9229C is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 156 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.21 |
| HSL | 316.17º | 0.71% | 0.46% | - |
| HSV(B) | 316.17º | 0.83% | 0.79% | - |
| XYZ | 30.66 | 15.96 | 32.92 | - |
| YUV | 97.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 156 | 0 | 0.83 | 0.22 | 0.21 | 316.17 | 0.71 | 0.46 |
| Hex | C9 | 22 | 9C | 0 | 53 | 16 | 15 | 13C | 47 | 2E |
| Octal | 311 | 42 | 234 | 0 | 123 | 26 | 25 | 474 | 107 | 56 |
| Binary | 11001001 | 100010 | 10011100 | 0 | 1010011 | 10110 | 10101 | 100111100 | 1000111 | 101110 |
Color Harmonies of #C9229C
Complementary color
Monochromatic Colors of #C9229C
Black with #C9229C
Text Example
Text Example
White with #C9229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9229C; }
p { color: rgb(201,34,156); }
H1.HeaderClassName
{
color: #C9229C;
}
.AnyTagClassName
{
color: #C9229C;
}
</style>
background-color css
<style>
a { background-color: #C9229C; }
a { background-color: rgb(201,34,156); }
div.DivClassName
{
background-color: #C9229C;
}
.BgClassName
{
background-color: #C9229C;
}
</style>
border-color css
<style>
span { border-color: #C9229C; }
span { border-color: rgb(201,34,156); }
td.TdClassName
{
border-color: #C9229C;
}
.TagClassName
{
border-color: #C9229C;
}
</style>