Shades of Medium Violet Red #C9216E
Tints of Medium Violet Red #C9216E
RGB
CMYK
RGB Variations
Color information
#C9216E (or 0xC9216E) is known color: Medium Violet Red. HEX triplet: C9, 21 and 6E. RGB value is (201,33,110). Sum of RGB (Red+Green+Blue) = 201+33+110=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9216E is #36DE91. Grayscale: #5B5B5B. Windows color (decimal): -3595922 or 7217609. OLE color: 7217609.
HSL color Cylindrical-coordinate representation of color #C9216E: hue angle of 332.5º 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 #C9216E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 110 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.21 |
| HSL | 332.5º | 0.72% | 0.46% | - |
| HSV(B) | 332.5º | 0.84% | 0.79% | - |
| XYZ | 27.45 | 14.63 | 16.13 | - |
| YUV | 92.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 110 | 0 | 0.84 | 0.45 | 0.21 | 332.5 | 0.72 | 0.46 |
| Hex | C9 | 21 | 6E | 0 | 54 | 2D | 15 | 14C | 48 | 2E |
| Octal | 311 | 41 | 156 | 0 | 124 | 55 | 25 | 514 | 110 | 56 |
| Binary | 11001001 | 100001 | 1101110 | 0 | 1010100 | 101101 | 10101 | 101001100 | 1001000 | 101110 |
Color Harmonies of #C9216E
Complementary color
Monochromatic Colors of #C9216E
Black with #C9216E
Text Example
Text Example
White with #C9216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9216E; }
p { color: rgb(201,33,110); }
H1.HeaderClassName
{
color: #C9216E;
}
.AnyTagClassName
{
color: #C9216E;
}
</style>
background-color css
<style>
a { background-color: #C9216E; }
a { background-color: rgb(201,33,110); }
div.DivClassName
{
background-color: #C9216E;
}
.BgClassName
{
background-color: #C9216E;
}
</style>
border-color css
<style>
span { border-color: #C9216E; }
span { border-color: rgb(201,33,110); }
td.TdClassName
{
border-color: #C9216E;
}
.TagClassName
{
border-color: #C9216E;
}
</style>