Shades of Mauve #C79EFB
Tints of Mauve #C79EFB
RGB
CMYK
RGB Variations
Color information
#C79EFB (or 0xC79EFB) is known color: Mauve. HEX triplet: C7, 9E and FB. RGB value is (199,158,251). Sum of RGB (Red+Green+Blue) = 199+158+251=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #C79EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79EFB is #386104. Grayscale: #B4B4B4. Windows color (decimal): -3694853 or 16490183. OLE color: 16490183.
HSL color Cylindrical-coordinate representation of color #C79EFB: hue angle of 266.45º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C79EFB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 158 | 251 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.02 |
| HSL | 266.45º | 0.92% | 0.8% | - |
| HSV(B) | 266.45º | 0.37% | 0.98% | - |
| XYZ | 53.19 | 43.56 | 96.87 | - |
| YUV | 180.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 251 | 0.21 | 0.37 | 0 | 0.02 | 266.45 | 0.92 | 0.8 |
| Hex | C7 | 9E | FB | 15 | 25 | 0 | 2 | 10A | 5C | 50 |
| Octal | 307 | 236 | 373 | 25 | 45 | 0 | 2 | 412 | 134 | 120 |
| Binary | 11000111 | 10011110 | 11111011 | 10101 | 100101 | 0 | 10 | 100001010 | 1011100 | 1010000 |
Color Harmonies of #C79EFB
Complementary color
Monochromatic Colors of #C79EFB
Black with #C79EFB
Text Example
Text Example
White with #C79EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79EFB; }
p { color: rgb(199,158,251); }
H1.HeaderClassName
{
color: #C79EFB;
}
.AnyTagClassName
{
color: #C79EFB;
}
</style>
background-color css
<style>
a { background-color: #C79EFB; }
a { background-color: rgb(199,158,251); }
div.DivClassName
{
background-color: #C79EFB;
}
.BgClassName
{
background-color: #C79EFB;
}
</style>
border-color css
<style>
span { border-color: #C79EFB; }
span { border-color: rgb(199,158,251); }
td.TdClassName
{
border-color: #C79EFB;
}
.TagClassName
{
border-color: #C79EFB;
}
</style>