Shades of Medium Violet Red #C9217D
Tints of Medium Violet Red #C9217D
RGB
CMYK
RGB Variations
Color information
#C9217D (or 0xC9217D) is known color: Medium Violet Red. HEX triplet: C9, 21 and 7D. RGB value is (201,33,125). Sum of RGB (Red+Green+Blue) = 201+33+125=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9217D is #36DE82. Grayscale: #5D5D5D. Windows color (decimal): -3595907 or 8200649. OLE color: 8200649.
HSL color Cylindrical-coordinate representation of color #C9217D: hue angle of 327.14º 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 #C9217D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 125 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.21 |
| HSL | 327.14º | 0.72% | 0.46% | - |
| HSV(B) | 327.14º | 0.84% | 0.79% | - |
| XYZ | 28.33 | 14.99 | 20.8 | - |
| YUV | 93.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 125 | 0 | 0.84 | 0.38 | 0.21 | 327.14 | 0.72 | 0.46 |
| Hex | C9 | 21 | 7D | 0 | 54 | 26 | 15 | 147 | 48 | 2E |
| Octal | 311 | 41 | 175 | 0 | 124 | 46 | 25 | 507 | 110 | 56 |
| Binary | 11001001 | 100001 | 1111101 | 0 | 1010100 | 100110 | 10101 | 101000111 | 1001000 | 101110 |
Color Harmonies of #C9217D
Complementary color
Monochromatic Colors of #C9217D
Black with #C9217D
Text Example
Text Example
White with #C9217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9217D; }
p { color: rgb(201,33,125); }
H1.HeaderClassName
{
color: #C9217D;
}
.AnyTagClassName
{
color: #C9217D;
}
</style>
background-color css
<style>
a { background-color: #C9217D; }
a { background-color: rgb(201,33,125); }
div.DivClassName
{
background-color: #C9217D;
}
.BgClassName
{
background-color: #C9217D;
}
</style>
border-color css
<style>
span { border-color: #C9217D; }
span { border-color: rgb(201,33,125); }
td.TdClassName
{
border-color: #C9217D;
}
.TagClassName
{
border-color: #C9217D;
}
</style>