Shades of Medium Violet Red #C7209A
Tints of Medium Violet Red #C7209A
RGB
CMYK
RGB Variations
Color information
#C7209A (or 0xC7209A) is known color: Medium Violet Red. HEX triplet: C7, 20 and 9A. RGB value is (199,32,154). Sum of RGB (Red+Green+Blue) = 199+32+154=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7209A is #38DF65. Grayscale: #5F5F5F. Windows color (decimal): -3727206 or 10100935. OLE color: 10100935.
HSL color Cylindrical-coordinate representation of color #C7209A: hue angle of 316.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7209A is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 154 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.22 |
| HSL | 316.17º | 0.72% | 0.45% | - |
| HSV(B) | 316.17º | 0.84% | 0.78% | - |
| XYZ | 29.9 | 15.51 | 31.99 | - |
| YUV | 95.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 154 | 0 | 0.84 | 0.23 | 0.22 | 316.17 | 0.72 | 0.45 |
| Hex | C7 | 20 | 9A | 0 | 54 | 17 | 16 | 13C | 48 | 2D |
| Octal | 307 | 40 | 232 | 0 | 124 | 27 | 26 | 474 | 110 | 55 |
| Binary | 11000111 | 100000 | 10011010 | 0 | 1010100 | 10111 | 10110 | 100111100 | 1001000 | 101101 |
Color Harmonies of #C7209A
Complementary color
Monochromatic Colors of #C7209A
Black with #C7209A
Text Example
Text Example
White with #C7209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7209A; }
p { color: rgb(199,32,154); }
H1.HeaderClassName
{
color: #C7209A;
}
.AnyTagClassName
{
color: #C7209A;
}
</style>
background-color css
<style>
a { background-color: #C7209A; }
a { background-color: rgb(199,32,154); }
div.DivClassName
{
background-color: #C7209A;
}
.BgClassName
{
background-color: #C7209A;
}
</style>
border-color css
<style>
span { border-color: #C7209A; }
span { border-color: rgb(199,32,154); }
td.TdClassName
{
border-color: #C7209A;
}
.TagClassName
{
border-color: #C7209A;
}
</style>