Shades of Medium Violet Red #C7206B
Tints of Medium Violet Red #C7206B
RGB
CMYK
RGB Variations
Color information
#C7206B (or 0xC7206B) is known color: Medium Violet Red. HEX triplet: C7, 20 and 6B. RGB value is (199,32,107). Sum of RGB (Red+Green+Blue) = 199+32+107=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7206B is #38DF94. Grayscale: #5A5A5A. Windows color (decimal): -3727253 or 7020743. OLE color: 7020743.
HSL color Cylindrical-coordinate representation of color #C7206B: hue angle of 333.05º 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 #C7206B is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 107 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.22 |
| HSL | 333.05º | 0.72% | 0.45% | - |
| HSV(B) | 333.05º | 0.84% | 0.78% | - |
| XYZ | 26.72 | 14.24 | 15.25 | - |
| YUV | 90.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 107 | 0 | 0.84 | 0.46 | 0.22 | 333.05 | 0.72 | 0.45 |
| Hex | C7 | 20 | 6B | 0 | 54 | 2E | 16 | 14D | 48 | 2D |
| Octal | 307 | 40 | 153 | 0 | 124 | 56 | 26 | 515 | 110 | 55 |
| Binary | 11000111 | 100000 | 1101011 | 0 | 1010100 | 101110 | 10110 | 101001101 | 1001000 | 101101 |
Color Harmonies of #C7206B
Complementary color
Monochromatic Colors of #C7206B
Black with #C7206B
Text Example
Text Example
White with #C7206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7206B; }
p { color: rgb(199,32,107); }
H1.HeaderClassName
{
color: #C7206B;
}
.AnyTagClassName
{
color: #C7206B;
}
</style>
background-color css
<style>
a { background-color: #C7206B; }
a { background-color: rgb(199,32,107); }
div.DivClassName
{
background-color: #C7206B;
}
.BgClassName
{
background-color: #C7206B;
}
</style>
border-color css
<style>
span { border-color: #C7206B; }
span { border-color: rgb(199,32,107); }
td.TdClassName
{
border-color: #C7206B;
}
.TagClassName
{
border-color: #C7206B;
}
</style>