Shades of Mauve #C79EFF
Tints of Mauve #C79EFF
RGB
CMYK
RGB Variations
Color information
#C79EFF (or 0xC79EFF) is known color: Mauve. HEX triplet: C7, 9E and FF. RGB value is (199,158,255). Sum of RGB (Red+Green+Blue) = 199+158+255=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C79EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79EFF is #386100. Grayscale: #B4B4B4. Windows color (decimal): -3694849 or 16752327. OLE color: 16752327.
HSL color Cylindrical-coordinate representation of color #C79EFF: hue angle of 265.36º 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 #C79EFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 158 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 265.36º | 1% | 0.81% | - |
| HSV(B) | 265.36º | 0.38% | 1% | - |
| XYZ | 53.83 | 43.82 | 100.23 | - |
| YUV | 181.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 255 | 0.22 | 0.38 | 0 | 0 | 265.36 | 1 | 0.81 |
| Hex | C7 | 9E | FF | 16 | 26 | 0 | 0 | 109 | 64 | 51 |
| Octal | 307 | 236 | 377 | 26 | 46 | 0 | 0 | 411 | 144 | 121 |
| Binary | 11000111 | 10011110 | 11111111 | 10110 | 100110 | 0 | 0 | 100001001 | 1100100 | 1010001 |
Color Harmonies of #C79EFF
Complementary color
Monochromatic Colors of #C79EFF
Black with #C79EFF
Text Example
Text Example
White with #C79EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79EFF; }
p { color: rgb(199,158,255); }
H1.HeaderClassName
{
color: #C79EFF;
}
.AnyTagClassName
{
color: #C79EFF;
}
</style>
background-color css
<style>
a { background-color: #C79EFF; }
a { background-color: rgb(199,158,255); }
div.DivClassName
{
background-color: #C79EFF;
}
.BgClassName
{
background-color: #C79EFF;
}
</style>
border-color css
<style>
span { border-color: #C79EFF; }
span { border-color: rgb(199,158,255); }
td.TdClassName
{
border-color: #C79EFF;
}
.TagClassName
{
border-color: #C79EFF;
}
</style>