Shades of Medium Violet Red #C7209C
Tints of Medium Violet Red #C7209C
RGB
CMYK
RGB Variations
Color information
#C7209C (or 0xC7209C) is known color: Medium Violet Red. HEX triplet: C7, 20 and 9C. RGB value is (199,32,156). Sum of RGB (Red+Green+Blue) = 199+32+156=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7209C is #38DF63. Grayscale: #5F5F5F. Windows color (decimal): -3727204 or 10232007. OLE color: 10232007.
HSL color Cylindrical-coordinate representation of color #C7209C: hue angle of 315.45º 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 #C7209C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 156 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.22 |
| HSL | 315.45º | 0.72% | 0.45% | - |
| HSV(B) | 315.45º | 0.84% | 0.78% | - |
| XYZ | 30.07 | 15.58 | 32.87 | - |
| YUV | 96.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 156 | 0 | 0.84 | 0.22 | 0.22 | 315.45 | 0.72 | 0.45 |
| Hex | C7 | 20 | 9C | 0 | 54 | 16 | 16 | 13B | 48 | 2D |
| Octal | 307 | 40 | 234 | 0 | 124 | 26 | 26 | 473 | 110 | 55 |
| Binary | 11000111 | 100000 | 10011100 | 0 | 1010100 | 10110 | 10110 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C7209C
Complementary color
Monochromatic Colors of #C7209C
Black with #C7209C
Text Example
Text Example
White with #C7209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7209C; }
p { color: rgb(199,32,156); }
H1.HeaderClassName
{
color: #C7209C;
}
.AnyTagClassName
{
color: #C7209C;
}
</style>
background-color css
<style>
a { background-color: #C7209C; }
a { background-color: rgb(199,32,156); }
div.DivClassName
{
background-color: #C7209C;
}
.BgClassName
{
background-color: #C7209C;
}
</style>
border-color css
<style>
span { border-color: #C7209C; }
span { border-color: rgb(199,32,156); }
td.TdClassName
{
border-color: #C7209C;
}
.TagClassName
{
border-color: #C7209C;
}
</style>