Shades of Mauve #C79FFF
Tints of Mauve #C79FFF
RGB
CMYK
RGB Variations
Color information
#C79FFF (or 0xC79FFF) is known color: Mauve. HEX triplet: C7, 9F and FF. RGB value is (199,159,255). Sum of RGB (Red+Green+Blue) = 199+159+255=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C79FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79FFF is #386000. Grayscale: #B5B5B5. Windows color (decimal): -3694593 or 16752583. OLE color: 16752583.
HSL color Cylindrical-coordinate representation of color #C79FFF: hue angle of 265º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C79FFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 159 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 265º | 1% | 0.81% | - |
| HSV(B) | 265º | 0.38% | 1% | - |
| XYZ | 54 | 44.16 | 100.29 | - |
| YUV | 181.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 255 | 0.22 | 0.38 | 0 | 0 | 265 | 1 | 0.81 |
| Hex | C7 | 9F | FF | 16 | 26 | 0 | 0 | 109 | 64 | 51 |
| Octal | 307 | 237 | 377 | 26 | 46 | 0 | 0 | 411 | 144 | 121 |
| Binary | 11000111 | 10011111 | 11111111 | 10110 | 100110 | 0 | 0 | 100001001 | 1100100 | 1010001 |
Color Harmonies of #C79FFF
Complementary color
Monochromatic Colors of #C79FFF
Black with #C79FFF
Text Example
Text Example
White with #C79FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FFF; }
p { color: rgb(199,159,255); }
H1.HeaderClassName
{
color: #C79FFF;
}
.AnyTagClassName
{
color: #C79FFF;
}
</style>
background-color css
<style>
a { background-color: #C79FFF; }
a { background-color: rgb(199,159,255); }
div.DivClassName
{
background-color: #C79FFF;
}
.BgClassName
{
background-color: #C79FFF;
}
</style>
border-color css
<style>
span { border-color: #C79FFF; }
span { border-color: rgb(199,159,255); }
td.TdClassName
{
border-color: #C79FFF;
}
.TagClassName
{
border-color: #C79FFF;
}
</style>