Shades of Medium Violet Red #C7206E
Tints of Medium Violet Red #C7206E
RGB
CMYK
RGB Variations
Color information
#C7206E (or 0xC7206E) is known color: Medium Violet Red. HEX triplet: C7, 20 and 6E. RGB value is (199,32,110). Sum of RGB (Red+Green+Blue) = 199+32+110=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7206E is #38DF91. Grayscale: #5A5A5A. Windows color (decimal): -3727250 or 7217351. OLE color: 7217351.
HSL color Cylindrical-coordinate representation of color #C7206E: hue angle of 331.98º 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 #C7206E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 110 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.22 |
| HSL | 331.98º | 0.72% | 0.45% | - |
| HSV(B) | 331.98º | 0.84% | 0.78% | - |
| XYZ | 26.88 | 14.3 | 16.1 | - |
| YUV | 90.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 110 | 0 | 0.84 | 0.45 | 0.22 | 331.98 | 0.72 | 0.45 |
| Hex | C7 | 20 | 6E | 0 | 54 | 2D | 16 | 14C | 48 | 2D |
| Octal | 307 | 40 | 156 | 0 | 124 | 55 | 26 | 514 | 110 | 55 |
| Binary | 11000111 | 100000 | 1101110 | 0 | 1010100 | 101101 | 10110 | 101001100 | 1001000 | 101101 |
Color Harmonies of #C7206E
Complementary color
Monochromatic Colors of #C7206E
Black with #C7206E
Text Example
Text Example
White with #C7206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7206E; }
p { color: rgb(199,32,110); }
H1.HeaderClassName
{
color: #C7206E;
}
.AnyTagClassName
{
color: #C7206E;
}
</style>
background-color css
<style>
a { background-color: #C7206E; }
a { background-color: rgb(199,32,110); }
div.DivClassName
{
background-color: #C7206E;
}
.BgClassName
{
background-color: #C7206E;
}
</style>
border-color css
<style>
span { border-color: #C7206E; }
span { border-color: rgb(199,32,110); }
td.TdClassName
{
border-color: #C7206E;
}
.TagClassName
{
border-color: #C7206E;
}
</style>