Shades of Medium Violet Red #C9218D
Tints of Medium Violet Red #C9218D
RGB
CMYK
RGB Variations
Color information
#C9218D (or 0xC9218D) is known color: Medium Violet Red. HEX triplet: C9, 21 and 8D. RGB value is (201,33,141). Sum of RGB (Red+Green+Blue) = 201+33+141=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9218D is #36DE72. Grayscale: #5F5F5F. Windows color (decimal): -3595891 or 9249225. OLE color: 9249225.
HSL color Cylindrical-coordinate representation of color #C9218D: hue angle of 321.43º 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 #C9218D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 141 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.21 |
| HSL | 321.43º | 0.72% | 0.46% | - |
| HSV(B) | 321.43º | 0.84% | 0.79% | - |
| XYZ | 29.44 | 15.43 | 26.63 | - |
| YUV | 95.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 141 | 0 | 0.84 | 0.30 | 0.21 | 321.43 | 0.72 | 0.46 |
| Hex | C9 | 21 | 8D | 0 | 54 | 1E | 15 | 141 | 48 | 2E |
| Octal | 311 | 41 | 215 | 0 | 124 | 36 | 25 | 501 | 110 | 56 |
| Binary | 11001001 | 100001 | 10001101 | 0 | 1010100 | 11110 | 10101 | 101000001 | 1001000 | 101110 |
Color Harmonies of #C9218D
Complementary color
Monochromatic Colors of #C9218D
Black with #C9218D
Text Example
Text Example
White with #C9218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9218D; }
p { color: rgb(201,33,141); }
H1.HeaderClassName
{
color: #C9218D;
}
.AnyTagClassName
{
color: #C9218D;
}
</style>
background-color css
<style>
a { background-color: #C9218D; }
a { background-color: rgb(201,33,141); }
div.DivClassName
{
background-color: #C9218D;
}
.BgClassName
{
background-color: #C9218D;
}
</style>
border-color css
<style>
span { border-color: #C9218D; }
span { border-color: rgb(201,33,141); }
td.TdClassName
{
border-color: #C9218D;
}
.TagClassName
{
border-color: #C9218D;
}
</style>