Shades of Medium Violet Red #C726A1
Tints of Medium Violet Red #C726A1
RGB
CMYK
RGB Variations
Color information
#C726A1 (or 0xC726A1) is known color: Medium Violet Red. HEX triplet: C7, 26 and A1. RGB value is (199,38,161). Sum of RGB (Red+Green+Blue) = 199+38+161=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C726A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726A1 is #38D95E. Grayscale: #636363. Windows color (decimal): -3725663 or 10561223. OLE color: 10561223.
HSL color Cylindrical-coordinate representation of color #C726A1: hue angle of 314.16º 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 #C726A1 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 161 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.22 |
| HSL | 314.16º | 0.68% | 0.46% | - |
| HSV(B) | 314.16º | 0.81% | 0.78% | - |
| XYZ | 30.68 | 16.1 | 35.21 | - |
| YUV | 100.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 161 | 0 | 0.81 | 0.19 | 0.22 | 314.16 | 0.68 | 0.46 |
| Hex | C7 | 26 | A1 | 0 | 51 | 13 | 16 | 13A | 44 | 2E |
| Octal | 307 | 46 | 241 | 0 | 121 | 23 | 26 | 472 | 104 | 56 |
| Binary | 11000111 | 100110 | 10100001 | 0 | 1010001 | 10011 | 10110 | 100111010 | 1000100 | 101110 |
Color Harmonies of #C726A1
Complementary color
Monochromatic Colors of #C726A1
Black with #C726A1
Text Example
Text Example
White with #C726A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726A1; }
p { color: rgb(199,38,161); }
H1.HeaderClassName
{
color: #C726A1;
}
.AnyTagClassName
{
color: #C726A1;
}
</style>
background-color css
<style>
a { background-color: #C726A1; }
a { background-color: rgb(199,38,161); }
div.DivClassName
{
background-color: #C726A1;
}
.BgClassName
{
background-color: #C726A1;
}
</style>
border-color css
<style>
span { border-color: #C726A1; }
span { border-color: rgb(199,38,161); }
td.TdClassName
{
border-color: #C726A1;
}
.TagClassName
{
border-color: #C726A1;
}
</style>