Shades of Medium Violet Red #C9207E
Tints of Medium Violet Red #C9207E
RGB
CMYK
RGB Variations
Color information
#C9207E (or 0xC9207E) is known color: Medium Violet Red. HEX triplet: C9, 20 and 7E. RGB value is (201,32,126). Sum of RGB (Red+Green+Blue) = 201+32+126=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9207E is #36DF81. Grayscale: #5D5D5D. Windows color (decimal): -3596162 or 8265929. OLE color: 8265929.
HSL color Cylindrical-coordinate representation of color #C9207E: hue angle of 326.63º 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 #C9207E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.21 |
| HSL | 326.63º | 0.73% | 0.46% | - |
| HSV(B) | 326.63º | 0.84% | 0.79% | - |
| XYZ | 28.37 | 14.96 | 21.13 | - |
| YUV | 93.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 126 | 0 | 0.84 | 0.37 | 0.21 | 326.63 | 0.73 | 0.46 |
| Hex | C9 | 20 | 7E | 0 | 54 | 25 | 15 | 147 | 49 | 2E |
| Octal | 311 | 40 | 176 | 0 | 124 | 45 | 25 | 507 | 111 | 56 |
| Binary | 11001001 | 100000 | 1111110 | 0 | 1010100 | 100101 | 10101 | 101000111 | 1001001 | 101110 |
Color Harmonies of #C9207E
Complementary color
Monochromatic Colors of #C9207E
Black with #C9207E
Text Example
Text Example
White with #C9207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9207E; }
p { color: rgb(201,32,126); }
H1.HeaderClassName
{
color: #C9207E;
}
.AnyTagClassName
{
color: #C9207E;
}
</style>
background-color css
<style>
a { background-color: #C9207E; }
a { background-color: rgb(201,32,126); }
div.DivClassName
{
background-color: #C9207E;
}
.BgClassName
{
background-color: #C9207E;
}
</style>
border-color css
<style>
span { border-color: #C9207E; }
span { border-color: rgb(201,32,126); }
td.TdClassName
{
border-color: #C9207E;
}
.TagClassName
{
border-color: #C9207E;
}
</style>