Shades of Mauve #C49DFF
Tints of Mauve #C49DFF
RGB
CMYK
RGB Variations
Color information
#C49DFF (or 0xC49DFF) is known color: Mauve. HEX triplet: C4, 9D and FF. RGB value is (196,157,255). Sum of RGB (Red+Green+Blue) = 196+157+255=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #C49DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DFF is #3B6200. Grayscale: #B3B3B3. Windows color (decimal): -3891713 or 16752068. OLE color: 16752068.
HSL color Cylindrical-coordinate representation of color #C49DFF: hue angle of 263.88º 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 #C49DFF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 157 | 255 | - |
| CMYK | 0.23 | 0.38 | 0 | 0 |
| HSL | 263.88º | 1% | 0.81% | - |
| HSV(B) | 263.88º | 0.38% | 1% | - |
| XYZ | 52.87 | 43.07 | 100.13 | - |
| YUV | 179.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 255 | 0.23 | 0.38 | 0 | 0 | 263.88 | 1 | 0.81 |
| Hex | C4 | 9D | FF | 17 | 26 | 0 | 0 | 108 | 64 | 51 |
| Octal | 304 | 235 | 377 | 27 | 46 | 0 | 0 | 410 | 144 | 121 |
| Binary | 11000100 | 10011101 | 11111111 | 10111 | 100110 | 0 | 0 | 100001000 | 1100100 | 1010001 |
Color Harmonies of #C49DFF
Complementary color
Monochromatic Colors of #C49DFF
Black with #C49DFF
Text Example
Text Example
White with #C49DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DFF; }
p { color: rgb(196,157,255); }
H1.HeaderClassName
{
color: #C49DFF;
}
.AnyTagClassName
{
color: #C49DFF;
}
</style>
background-color css
<style>
a { background-color: #C49DFF; }
a { background-color: rgb(196,157,255); }
div.DivClassName
{
background-color: #C49DFF;
}
.BgClassName
{
background-color: #C49DFF;
}
</style>
border-color css
<style>
span { border-color: #C49DFF; }
span { border-color: rgb(196,157,255); }
td.TdClassName
{
border-color: #C49DFF;
}
.TagClassName
{
border-color: #C49DFF;
}
</style>