Shades of Medium Violet Red #C9206D
Tints of Medium Violet Red #C9206D
RGB
CMYK
RGB Variations
Color information
#C9206D (or 0xC9206D) is known color: Medium Violet Red. HEX triplet: C9, 20 and 6D. RGB value is (201,32,109). Sum of RGB (Red+Green+Blue) = 201+32+109=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9206D is #36DF92. Grayscale: #5B5B5B. Windows color (decimal): -3596179 or 7151817. OLE color: 7151817.
HSL color Cylindrical-coordinate representation of color #C9206D: hue angle of 332.66º degrees, saturation: 0.73, 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 #C9206D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 109 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.21 |
| HSL | 332.66º | 0.73% | 0.46% | - |
| HSV(B) | 332.66º | 0.84% | 0.79% | - |
| XYZ | 27.36 | 14.55 | 15.84 | - |
| YUV | 91.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 109 | 0 | 0.84 | 0.46 | 0.21 | 332.66 | 0.73 | 0.46 |
| Hex | C9 | 20 | 6D | 0 | 54 | 2E | 15 | 14D | 49 | 2E |
| Octal | 311 | 40 | 155 | 0 | 124 | 56 | 25 | 515 | 111 | 56 |
| Binary | 11001001 | 100000 | 1101101 | 0 | 1010100 | 101110 | 10101 | 101001101 | 1001001 | 101110 |
Color Harmonies of #C9206D
Complementary color
Monochromatic Colors of #C9206D
Black with #C9206D
Text Example
Text Example
White with #C9206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9206D; }
p { color: rgb(201,32,109); }
H1.HeaderClassName
{
color: #C9206D;
}
.AnyTagClassName
{
color: #C9206D;
}
</style>
background-color css
<style>
a { background-color: #C9206D; }
a { background-color: rgb(201,32,109); }
div.DivClassName
{
background-color: #C9206D;
}
.BgClassName
{
background-color: #C9206D;
}
</style>
border-color css
<style>
span { border-color: #C9206D; }
span { border-color: rgb(201,32,109); }
td.TdClassName
{
border-color: #C9206D;
}
.TagClassName
{
border-color: #C9206D;
}
</style>