Shades of Mauve #C79CFB
Tints of Mauve #C79CFB
RGB
CMYK
RGB Variations
Color information
#C79CFB (or 0xC79CFB) is known color: Mauve. HEX triplet: C7, 9C and FB. RGB value is (199,156,251). Sum of RGB (Red+Green+Blue) = 199+156+251=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #C79CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79CFB is #386304. Grayscale: #B3B3B3. Windows color (decimal): -3695365 or 16489671. OLE color: 16489671.
HSL color Cylindrical-coordinate representation of color #C79CFB: hue angle of 267.16º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C79CFB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 156 | 251 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.02 |
| HSL | 267.16º | 0.92% | 0.8% | - |
| HSV(B) | 267.16º | 0.38% | 0.98% | - |
| XYZ | 52.85 | 42.88 | 96.76 | - |
| YUV | 179.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 251 | 0.21 | 0.38 | 0 | 0.02 | 267.16 | 0.92 | 0.8 |
| Hex | C7 | 9C | FB | 15 | 26 | 0 | 2 | 10B | 5C | 50 |
| Octal | 307 | 234 | 373 | 25 | 46 | 0 | 2 | 413 | 134 | 120 |
| Binary | 11000111 | 10011100 | 11111011 | 10101 | 100110 | 0 | 10 | 100001011 | 1011100 | 1010000 |
Color Harmonies of #C79CFB
Complementary color
Monochromatic Colors of #C79CFB
Black with #C79CFB
Text Example
Text Example
White with #C79CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79CFB; }
p { color: rgb(199,156,251); }
H1.HeaderClassName
{
color: #C79CFB;
}
.AnyTagClassName
{
color: #C79CFB;
}
</style>
background-color css
<style>
a { background-color: #C79CFB; }
a { background-color: rgb(199,156,251); }
div.DivClassName
{
background-color: #C79CFB;
}
.BgClassName
{
background-color: #C79CFB;
}
</style>
border-color css
<style>
span { border-color: #C79CFB; }
span { border-color: rgb(199,156,251); }
td.TdClassName
{
border-color: #C79CFB;
}
.TagClassName
{
border-color: #C79CFB;
}
</style>