Shades of Medium Violet Red #C726A6
Tints of Medium Violet Red #C726A6
RGB
CMYK
RGB Variations
Color information
#C726A6 (or 0xC726A6) is known color: Medium Violet Red. HEX triplet: C7, 26 and A6. RGB value is (199,38,166). Sum of RGB (Red+Green+Blue) = 199+38+166=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C726A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726A6 is #38D959. Grayscale: #646464. Windows color (decimal): -3725658 or 10888903. OLE color: 10888903.
HSL color Cylindrical-coordinate representation of color #C726A6: hue angle of 312.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C726A6 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 166 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.22 |
| HSL | 312.3º | 0.68% | 0.46% | - |
| HSV(B) | 312.3º | 0.81% | 0.78% | - |
| XYZ | 31.13 | 16.28 | 37.58 | - |
| YUV | 100.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 166 | 0 | 0.81 | 0.17 | 0.22 | 312.3 | 0.68 | 0.46 |
| Hex | C7 | 26 | A6 | 0 | 51 | 11 | 16 | 138 | 44 | 2E |
| Octal | 307 | 46 | 246 | 0 | 121 | 21 | 26 | 470 | 104 | 56 |
| Binary | 11000111 | 100110 | 10100110 | 0 | 1010001 | 10001 | 10110 | 100111000 | 1000100 | 101110 |
Color Harmonies of #C726A6
Complementary color
Monochromatic Colors of #C726A6
Black with #C726A6
Text Example
Text Example
White with #C726A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726A6; }
p { color: rgb(199,38,166); }
H1.HeaderClassName
{
color: #C726A6;
}
.AnyTagClassName
{
color: #C726A6;
}
</style>
background-color css
<style>
a { background-color: #C726A6; }
a { background-color: rgb(199,38,166); }
div.DivClassName
{
background-color: #C726A6;
}
.BgClassName
{
background-color: #C726A6;
}
</style>
border-color css
<style>
span { border-color: #C726A6; }
span { border-color: rgb(199,38,166); }
td.TdClassName
{
border-color: #C726A6;
}
.TagClassName
{
border-color: #C726A6;
}
</style>