Shades of Medium Violet Red #C7207E
Tints of Medium Violet Red #C7207E
RGB
CMYK
RGB Variations
Color information
#C7207E (or 0xC7207E) is known color: Medium Violet Red. HEX triplet: C7, 20 and 7E. RGB value is (199,32,126). Sum of RGB (Red+Green+Blue) = 199+32+126=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7207E is #38DF81. Grayscale: #5C5C5C. Windows color (decimal): -3727234 or 8265927. OLE color: 8265927.
HSL color Cylindrical-coordinate representation of color #C7207E: hue angle of 326.23º 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 #C7207E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.22 |
| HSL | 326.23º | 0.72% | 0.45% | - |
| HSV(B) | 326.23º | 0.84% | 0.78% | - |
| XYZ | 27.84 | 14.68 | 21.11 | - |
| YUV | 92.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 126 | 0 | 0.84 | 0.37 | 0.22 | 326.23 | 0.72 | 0.45 |
| Hex | C7 | 20 | 7E | 0 | 54 | 25 | 16 | 146 | 48 | 2D |
| Octal | 307 | 40 | 176 | 0 | 124 | 45 | 26 | 506 | 110 | 55 |
| Binary | 11000111 | 100000 | 1111110 | 0 | 1010100 | 100101 | 10110 | 101000110 | 1001000 | 101101 |
Color Harmonies of #C7207E
Complementary color
Monochromatic Colors of #C7207E
Black with #C7207E
Text Example
Text Example
White with #C7207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7207E; }
p { color: rgb(199,32,126); }
H1.HeaderClassName
{
color: #C7207E;
}
.AnyTagClassName
{
color: #C7207E;
}
</style>
background-color css
<style>
a { background-color: #C7207E; }
a { background-color: rgb(199,32,126); }
div.DivClassName
{
background-color: #C7207E;
}
.BgClassName
{
background-color: #C7207E;
}
</style>
border-color css
<style>
span { border-color: #C7207E; }
span { border-color: rgb(199,32,126); }
td.TdClassName
{
border-color: #C7207E;
}
.TagClassName
{
border-color: #C7207E;
}
</style>