Shades of Medium Violet Red #C9207D
Tints of Medium Violet Red #C9207D
RGB
CMYK
RGB Variations
Color information
#C9207D (or 0xC9207D) is known color: Medium Violet Red. HEX triplet: C9, 20 and 7D. RGB value is (201,32,125). Sum of RGB (Red+Green+Blue) = 201+32+125=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9207D is #36DF82. Grayscale: #5C5C5C. Windows color (decimal): -3596163 or 8200393. OLE color: 8200393.
HSL color Cylindrical-coordinate representation of color #C9207D: hue angle of 326.98º 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 #C9207D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 125 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.21 |
| HSL | 326.98º | 0.73% | 0.46% | - |
| HSV(B) | 326.98º | 0.84% | 0.79% | - |
| XYZ | 28.31 | 14.93 | 20.79 | - |
| YUV | 93.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 125 | 0 | 0.84 | 0.38 | 0.21 | 326.98 | 0.73 | 0.46 |
| Hex | C9 | 20 | 7D | 0 | 54 | 26 | 15 | 147 | 49 | 2E |
| Octal | 311 | 40 | 175 | 0 | 124 | 46 | 25 | 507 | 111 | 56 |
| Binary | 11001001 | 100000 | 1111101 | 0 | 1010100 | 100110 | 10101 | 101000111 | 1001001 | 101110 |
Color Harmonies of #C9207D
Complementary color
Monochromatic Colors of #C9207D
Black with #C9207D
Text Example
Text Example
White with #C9207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9207D; }
p { color: rgb(201,32,125); }
H1.HeaderClassName
{
color: #C9207D;
}
.AnyTagClassName
{
color: #C9207D;
}
</style>
background-color css
<style>
a { background-color: #C9207D; }
a { background-color: rgb(201,32,125); }
div.DivClassName
{
background-color: #C9207D;
}
.BgClassName
{
background-color: #C9207D;
}
</style>
border-color css
<style>
span { border-color: #C9207D; }
span { border-color: rgb(201,32,125); }
td.TdClassName
{
border-color: #C9207D;
}
.TagClassName
{
border-color: #C9207D;
}
</style>