Shades of Mauve #C79BFE
Tints of Mauve #C79BFE
RGB
CMYK
RGB Variations
Color information
#C79BFE (or 0xC79BFE) is known color: Mauve. HEX triplet: C7, 9B and FE. RGB value is (199,155,254). Sum of RGB (Red+Green+Blue) = 199+155+254=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C79BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79BFE is #386401. Grayscale: #B3B3B3. Windows color (decimal): -3695618 or 16686023. OLE color: 16686023.
HSL color Cylindrical-coordinate representation of color #C79BFE: hue angle of 266.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C79BFE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 155 | 254 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.00 |
| HSL | 266.67º | 0.98% | 0.8% | - |
| HSV(B) | 266.67º | 0.39% | 1% | - |
| XYZ | 53.16 | 42.74 | 99.21 | - |
| YUV | 179.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 254 | 0.22 | 0.39 | 0 | 0.00 | 266.67 | 0.98 | 0.8 |
| Hex | C7 | 9B | FE | 16 | 27 | 0 | 0 | 10B | 62 | 50 |
| Octal | 307 | 233 | 376 | 26 | 47 | 0 | 0 | 413 | 142 | 120 |
| Binary | 11000111 | 10011011 | 11111110 | 10110 | 100111 | 0 | 0 | 100001011 | 1100010 | 1010000 |
Color Harmonies of #C79BFE
Complementary color
Monochromatic Colors of #C79BFE
Black with #C79BFE
Text Example
Text Example
White with #C79BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79BFE; }
p { color: rgb(199,155,254); }
H1.HeaderClassName
{
color: #C79BFE;
}
.AnyTagClassName
{
color: #C79BFE;
}
</style>
background-color css
<style>
a { background-color: #C79BFE; }
a { background-color: rgb(199,155,254); }
div.DivClassName
{
background-color: #C79BFE;
}
.BgClassName
{
background-color: #C79BFE;
}
</style>
border-color css
<style>
span { border-color: #C79BFE; }
span { border-color: rgb(199,155,254); }
td.TdClassName
{
border-color: #C79BFE;
}
.TagClassName
{
border-color: #C79BFE;
}
</style>