Shades of Medium Violet Red #C7207A
Tints of Medium Violet Red #C7207A
RGB
CMYK
RGB Variations
Color information
#C7207A (or 0xC7207A) is known color: Medium Violet Red. HEX triplet: C7, 20 and 7A. RGB value is (199,32,122). Sum of RGB (Red+Green+Blue) = 199+32+122=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C7207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7207A is #38DF85. Grayscale: #5C5C5C. Windows color (decimal): -3727238 or 8003783. OLE color: 8003783.
HSL color Cylindrical-coordinate representation of color #C7207A: hue angle of 327.66º 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 #C7207A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 122 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.22 |
| HSL | 327.66º | 0.72% | 0.45% | - |
| HSV(B) | 327.66º | 0.84% | 0.78% | - |
| XYZ | 27.58 | 14.58 | 19.77 | - |
| YUV | 92.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 122 | 0 | 0.84 | 0.39 | 0.22 | 327.66 | 0.72 | 0.45 |
| Hex | C7 | 20 | 7A | 0 | 54 | 27 | 16 | 148 | 48 | 2D |
| Octal | 307 | 40 | 172 | 0 | 124 | 47 | 26 | 510 | 110 | 55 |
| Binary | 11000111 | 100000 | 1111010 | 0 | 1010100 | 100111 | 10110 | 101001000 | 1001000 | 101101 |
Color Harmonies of #C7207A
Complementary color
Monochromatic Colors of #C7207A
Black with #C7207A
Text Example
Text Example
White with #C7207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7207A; }
p { color: rgb(199,32,122); }
H1.HeaderClassName
{
color: #C7207A;
}
.AnyTagClassName
{
color: #C7207A;
}
</style>
background-color css
<style>
a { background-color: #C7207A; }
a { background-color: rgb(199,32,122); }
div.DivClassName
{
background-color: #C7207A;
}
.BgClassName
{
background-color: #C7207A;
}
</style>
border-color css
<style>
span { border-color: #C7207A; }
span { border-color: rgb(199,32,122); }
td.TdClassName
{
border-color: #C7207A;
}
.TagClassName
{
border-color: #C7207A;
}
</style>