Shades of Medium Violet Red #C9219E
Tints of Medium Violet Red #C9219E
RGB
CMYK
RGB Variations
Color information
#C9219E (or 0xC9219E) is known color: Medium Violet Red. HEX triplet: C9, 21 and 9E. RGB value is (201,33,158). Sum of RGB (Red+Green+Blue) = 201+33+158=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9219E is #36DE61. Grayscale: #616161. Windows color (decimal): -3595874 or 10363337. OLE color: 10363337.
HSL color Cylindrical-coordinate representation of color #C9219E: hue angle of 315.36º degrees, saturation: 0.72, 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 #C9219E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 158 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.21 |
| HSL | 315.36º | 0.72% | 0.46% | - |
| HSV(B) | 315.36º | 0.84% | 0.79% | - |
| XYZ | 30.8 | 15.97 | 33.81 | - |
| YUV | 97.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 158 | 0 | 0.84 | 0.21 | 0.21 | 315.36 | 0.72 | 0.46 |
| Hex | C9 | 21 | 9E | 0 | 54 | 15 | 15 | 13B | 48 | 2E |
| Octal | 311 | 41 | 236 | 0 | 124 | 25 | 25 | 473 | 110 | 56 |
| Binary | 11001001 | 100001 | 10011110 | 0 | 1010100 | 10101 | 10101 | 100111011 | 1001000 | 101110 |
Color Harmonies of #C9219E
Complementary color
Monochromatic Colors of #C9219E
Black with #C9219E
Text Example
Text Example
White with #C9219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9219E; }
p { color: rgb(201,33,158); }
H1.HeaderClassName
{
color: #C9219E;
}
.AnyTagClassName
{
color: #C9219E;
}
</style>
background-color css
<style>
a { background-color: #C9219E; }
a { background-color: rgb(201,33,158); }
div.DivClassName
{
background-color: #C9219E;
}
.BgClassName
{
background-color: #C9219E;
}
</style>
border-color css
<style>
span { border-color: #C9219E; }
span { border-color: rgb(201,33,158); }
td.TdClassName
{
border-color: #C9219E;
}
.TagClassName
{
border-color: #C9219E;
}
</style>