Shades of Medium Violet Red #C9219F
Tints of Medium Violet Red #C9219F
RGB
CMYK
RGB Variations
Color information
#C9219F (or 0xC9219F) is known color: Medium Violet Red. HEX triplet: C9, 21 and 9F. RGB value is (201,33,159). Sum of RGB (Red+Green+Blue) = 201+33+159=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9219F is #36DE60. Grayscale: #616161. Windows color (decimal): -3595873 or 10428873. OLE color: 10428873.
HSL color Cylindrical-coordinate representation of color #C9219F: hue angle of 315º 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 #C9219F is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 159 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.21 |
| HSL | 315º | 0.72% | 0.46% | - |
| HSV(B) | 315º | 0.84% | 0.79% | - |
| XYZ | 30.89 | 16.01 | 34.26 | - |
| YUV | 97.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 159 | 0 | 0.84 | 0.21 | 0.21 | 315 | 0.72 | 0.46 |
| Hex | C9 | 21 | 9F | 0 | 54 | 15 | 15 | 13B | 48 | 2E |
| Octal | 311 | 41 | 237 | 0 | 124 | 25 | 25 | 473 | 110 | 56 |
| Binary | 11001001 | 100001 | 10011111 | 0 | 1010100 | 10101 | 10101 | 100111011 | 1001000 | 101110 |
Color Harmonies of #C9219F
Complementary color
Monochromatic Colors of #C9219F
Black with #C9219F
Text Example
Text Example
White with #C9219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9219F; }
p { color: rgb(201,33,159); }
H1.HeaderClassName
{
color: #C9219F;
}
.AnyTagClassName
{
color: #C9219F;
}
</style>
background-color css
<style>
a { background-color: #C9219F; }
a { background-color: rgb(201,33,159); }
div.DivClassName
{
background-color: #C9219F;
}
.BgClassName
{
background-color: #C9219F;
}
</style>
border-color css
<style>
span { border-color: #C9219F; }
span { border-color: rgb(201,33,159); }
td.TdClassName
{
border-color: #C9219F;
}
.TagClassName
{
border-color: #C9219F;
}
</style>