Shades of Medium Violet Red #C726A0
Tints of Medium Violet Red #C726A0
RGB
CMYK
RGB Variations
Color information
#C726A0 (or 0xC726A0) is known color: Medium Violet Red. HEX triplet: C7, 26 and A0. RGB value is (199,38,160). Sum of RGB (Red+Green+Blue) = 199+38+160=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C726A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726A0 is #38D95F. Grayscale: #636363. Windows color (decimal): -3725664 or 10495687. OLE color: 10495687.
HSL color Cylindrical-coordinate representation of color #C726A0: hue angle of 314.53º 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 #C726A0 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 160 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.22 |
| HSL | 314.53º | 0.68% | 0.46% | - |
| HSV(B) | 314.53º | 0.81% | 0.78% | - |
| XYZ | 30.59 | 16.07 | 34.75 | - |
| YUV | 100.05 | 161.84 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 160 | 0 | 0.81 | 0.20 | 0.22 | 314.53 | 0.68 | 0.46 |
| Hex | C7 | 26 | A0 | 0 | 51 | 14 | 16 | 13B | 44 | 2E |
| Octal | 307 | 46 | 240 | 0 | 121 | 24 | 26 | 473 | 104 | 56 |
| Binary | 11000111 | 100110 | 10100000 | 0 | 1010001 | 10100 | 10110 | 100111011 | 1000100 | 101110 |
Color Harmonies of #C726A0
Complementary color
Monochromatic Colors of #C726A0
Black with #C726A0
Text Example
Text Example
White with #C726A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726A0; }
p { color: rgb(199,38,160); }
H1.HeaderClassName
{
color: #C726A0;
}
.AnyTagClassName
{
color: #C726A0;
}
</style>
background-color css
<style>
a { background-color: #C726A0; }
a { background-color: rgb(199,38,160); }
div.DivClassName
{
background-color: #C726A0;
}
.BgClassName
{
background-color: #C726A0;
}
</style>
border-color css
<style>
span { border-color: #C726A0; }
span { border-color: rgb(199,38,160); }
td.TdClassName
{
border-color: #C726A0;
}
.TagClassName
{
border-color: #C726A0;
}
</style>