Shades of Mauve #C499FF
Tints of Mauve #C499FF
RGB
CMYK
RGB Variations
Color information
#C499FF (or 0xC499FF) is known color: Mauve. HEX triplet: C4, 99 and FF. RGB value is (196,153,255). Sum of RGB (Red+Green+Blue) = 196+153+255=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C499FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499FF is #3B6600. Grayscale: #B1B1B1. Windows color (decimal): -3892737 or 16751044. OLE color: 16751044.
HSL color Cylindrical-coordinate representation of color #C499FF: hue angle of 265.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C499FF is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 153 | 255 | - |
| CMYK | 0.23 | 0.4 | 0 | 0 |
| HSL | 265.29º | 1% | 0.8% | - |
| HSV(B) | 265.29º | 0.4% | 1% | - |
| XYZ | 52.21 | 41.74 | 99.91 | - |
| YUV | 177.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 255 | 0.23 | 0.4 | 0 | 0 | 265.29 | 1 | 0.8 |
| Hex | C4 | 99 | FF | 17 | 28 | 0 | 0 | 109 | 64 | 50 |
| Octal | 304 | 231 | 377 | 27 | 50 | 0 | 0 | 411 | 144 | 120 |
| Binary | 11000100 | 10011001 | 11111111 | 10111 | 101000 | 0 | 0 | 100001001 | 1100100 | 1010000 |
Color Harmonies of #C499FF
Complementary color
Monochromatic Colors of #C499FF
Black with #C499FF
Text Example
Text Example
White with #C499FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499FF; }
p { color: rgb(196,153,255); }
H1.HeaderClassName
{
color: #C499FF;
}
.AnyTagClassName
{
color: #C499FF;
}
</style>
background-color css
<style>
a { background-color: #C499FF; }
a { background-color: rgb(196,153,255); }
div.DivClassName
{
background-color: #C499FF;
}
.BgClassName
{
background-color: #C499FF;
}
</style>
border-color css
<style>
span { border-color: #C499FF; }
span { border-color: rgb(196,153,255); }
td.TdClassName
{
border-color: #C499FF;
}
.TagClassName
{
border-color: #C499FF;
}
</style>