Shades of Medium Violet Red #C726AF
Tints of Medium Violet Red #C726AF
RGB
CMYK
RGB Variations
Color information
#C726AF (or 0xC726AF) is known color: Medium Violet Red. HEX triplet: C7, 26 and AF. RGB value is (199,38,175). Sum of RGB (Red+Green+Blue) = 199+38+175=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C726AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726AF is #38D950. Grayscale: #656565. Windows color (decimal): -3725649 or 11478727. OLE color: 11478727.
HSL color Cylindrical-coordinate representation of color #C726AF: hue angle of 308.94º 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 #C726AF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 175 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.22 |
| HSL | 308.94º | 0.68% | 0.46% | - |
| HSV(B) | 308.94º | 0.81% | 0.78% | - |
| XYZ | 31.98 | 16.62 | 42.08 | - |
| YUV | 101.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 175 | 0 | 0.81 | 0.12 | 0.22 | 308.94 | 0.68 | 0.46 |
| Hex | C7 | 26 | AF | 0 | 51 | C | 16 | 135 | 44 | 2E |
| Octal | 307 | 46 | 257 | 0 | 121 | 14 | 26 | 465 | 104 | 56 |
| Binary | 11000111 | 100110 | 10101111 | 0 | 1010001 | 1100 | 10110 | 100110101 | 1000100 | 101110 |
Color Harmonies of #C726AF
Complementary color
Monochromatic Colors of #C726AF
Black with #C726AF
Text Example
Text Example
White with #C726AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726AF; }
p { color: rgb(199,38,175); }
H1.HeaderClassName
{
color: #C726AF;
}
.AnyTagClassName
{
color: #C726AF;
}
</style>
background-color css
<style>
a { background-color: #C726AF; }
a { background-color: rgb(199,38,175); }
div.DivClassName
{
background-color: #C726AF;
}
.BgClassName
{
background-color: #C726AF;
}
</style>
border-color css
<style>
span { border-color: #C726AF; }
span { border-color: rgb(199,38,175); }
td.TdClassName
{
border-color: #C726AF;
}
.TagClassName
{
border-color: #C726AF;
}
</style>