Shades of Mauve #C49FFE
Tints of Mauve #C49FFE
RGB
CMYK
RGB Variations
Color information
#C49FFE (or 0xC49FFE) is known color: Mauve. HEX triplet: C4, 9F and FE. RGB value is (196,159,254). Sum of RGB (Red+Green+Blue) = 196+159+254=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFE is #3B6001. Grayscale: #B4B4B4. Windows color (decimal): -3891202 or 16687044. OLE color: 16687044.
HSL color Cylindrical-coordinate representation of color #C49FFE: hue angle of 263.37º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49FFE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 159 | 254 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.00 |
| HSL | 263.37º | 0.98% | 0.81% | - |
| HSV(B) | 263.37º | 0.37% | 1% | - |
| XYZ | 53.05 | 43.69 | 99.4 | - |
| YUV | 180.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 254 | 0.23 | 0.37 | 0 | 0.00 | 263.37 | 0.98 | 0.81 |
| Hex | C4 | 9F | FE | 17 | 25 | 0 | 0 | 107 | 62 | 51 |
| Octal | 304 | 237 | 376 | 27 | 45 | 0 | 0 | 407 | 142 | 121 |
| Binary | 11000100 | 10011111 | 11111110 | 10111 | 100101 | 0 | 0 | 100000111 | 1100010 | 1010001 |
Color Harmonies of #C49FFE
Complementary color
Monochromatic Colors of #C49FFE
Black with #C49FFE
Text Example
Text Example
White with #C49FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FFE; }
p { color: rgb(196,159,254); }
H1.HeaderClassName
{
color: #C49FFE;
}
.AnyTagClassName
{
color: #C49FFE;
}
</style>
background-color css
<style>
a { background-color: #C49FFE; }
a { background-color: rgb(196,159,254); }
div.DivClassName
{
background-color: #C49FFE;
}
.BgClassName
{
background-color: #C49FFE;
}
</style>
border-color css
<style>
span { border-color: #C49FFE; }
span { border-color: rgb(196,159,254); }
td.TdClassName
{
border-color: #C49FFE;
}
.TagClassName
{
border-color: #C49FFE;
}
</style>