Shades of Medium Violet Red #C9206E
Tints of Medium Violet Red #C9206E
RGB
CMYK
RGB Variations
Color information
#C9206E (or 0xC9206E) is known color: Medium Violet Red. HEX triplet: C9, 20 and 6E. RGB value is (201,32,110). Sum of RGB (Red+Green+Blue) = 201+32+110=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9206E is #36DF91. Grayscale: #5B5B5B. Windows color (decimal): -3596178 or 7217353. OLE color: 7217353.
HSL color Cylindrical-coordinate representation of color #C9206E: hue angle of 332.31º 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 #C9206E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 110 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.21 |
| HSL | 332.31º | 0.73% | 0.46% | - |
| HSV(B) | 332.31º | 0.84% | 0.79% | - |
| XYZ | 27.42 | 14.58 | 16.12 | - |
| YUV | 91.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 110 | 0 | 0.84 | 0.45 | 0.21 | 332.31 | 0.73 | 0.46 |
| Hex | C9 | 20 | 6E | 0 | 54 | 2D | 15 | 14C | 49 | 2E |
| Octal | 311 | 40 | 156 | 0 | 124 | 55 | 25 | 514 | 111 | 56 |
| Binary | 11001001 | 100000 | 1101110 | 0 | 1010100 | 101101 | 10101 | 101001100 | 1001001 | 101110 |
Color Harmonies of #C9206E
Complementary color
Monochromatic Colors of #C9206E
Black with #C9206E
Text Example
Text Example
White with #C9206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9206E; }
p { color: rgb(201,32,110); }
H1.HeaderClassName
{
color: #C9206E;
}
.AnyTagClassName
{
color: #C9206E;
}
</style>
background-color css
<style>
a { background-color: #C9206E; }
a { background-color: rgb(201,32,110); }
div.DivClassName
{
background-color: #C9206E;
}
.BgClassName
{
background-color: #C9206E;
}
</style>
border-color css
<style>
span { border-color: #C9206E; }
span { border-color: rgb(201,32,110); }
td.TdClassName
{
border-color: #C9206E;
}
.TagClassName
{
border-color: #C9206E;
}
</style>