Shades of Medium Violet Red #C726A4
Tints of Medium Violet Red #C726A4
RGB
CMYK
RGB Variations
Color information
#C726A4 (or 0xC726A4) is known color: Medium Violet Red. HEX triplet: C7, 26 and A4. RGB value is (199,38,164). Sum of RGB (Red+Green+Blue) = 199+38+164=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C726A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726A4 is #38D95B. Grayscale: #646464. Windows color (decimal): -3725660 or 10757831. OLE color: 10757831.
HSL color Cylindrical-coordinate representation of color #C726A4: hue angle of 313.04º 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 #C726A4 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 164 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.22 |
| HSL | 313.04º | 0.68% | 0.46% | - |
| HSV(B) | 313.04º | 0.81% | 0.78% | - |
| XYZ | 30.95 | 16.21 | 36.62 | - |
| YUV | 100.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 164 | 0 | 0.81 | 0.18 | 0.22 | 313.04 | 0.68 | 0.46 |
| Hex | C7 | 26 | A4 | 0 | 51 | 12 | 16 | 139 | 44 | 2E |
| Octal | 307 | 46 | 244 | 0 | 121 | 22 | 26 | 471 | 104 | 56 |
| Binary | 11000111 | 100110 | 10100100 | 0 | 1010001 | 10010 | 10110 | 100111001 | 1000100 | 101110 |
Color Harmonies of #C726A4
Complementary color
Monochromatic Colors of #C726A4
Black with #C726A4
Text Example
Text Example
White with #C726A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726A4; }
p { color: rgb(199,38,164); }
H1.HeaderClassName
{
color: #C726A4;
}
.AnyTagClassName
{
color: #C726A4;
}
</style>
background-color css
<style>
a { background-color: #C726A4; }
a { background-color: rgb(199,38,164); }
div.DivClassName
{
background-color: #C726A4;
}
.BgClassName
{
background-color: #C726A4;
}
</style>
border-color css
<style>
span { border-color: #C726A4; }
span { border-color: rgb(199,38,164); }
td.TdClassName
{
border-color: #C726A4;
}
.TagClassName
{
border-color: #C726A4;
}
</style>