Shades of Mauve #C99EFF
Tints of Mauve #C99EFF
RGB
CMYK
RGB Variations
Color information
#C99EFF (or 0xC99EFF) is known color: Mauve. HEX triplet: C9, 9E and FF. RGB value is (201,158,255). Sum of RGB (Red+Green+Blue) = 201+158+255=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFF is #366100. Grayscale: #B5B5B5. Windows color (decimal): -3563777 or 16752329. OLE color: 16752329.
HSL color Cylindrical-coordinate representation of color #C99EFF: hue angle of 266.6º 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 #C99EFF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 158 | 255 | - |
| CMYK | 0.21 | 0.38 | 0 | 0 |
| HSL | 266.6º | 1% | 0.81% | - |
| HSV(B) | 266.6º | 0.38% | 1% | - |
| XYZ | 54.36 | 44.09 | 100.25 | - |
| YUV | 181.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 255 | 0.21 | 0.38 | 0 | 0 | 266.6 | 1 | 0.81 |
| Hex | C9 | 9E | FF | 15 | 26 | 0 | 0 | 10B | 64 | 51 |
| Octal | 311 | 236 | 377 | 25 | 46 | 0 | 0 | 413 | 144 | 121 |
| Binary | 11001001 | 10011110 | 11111111 | 10101 | 100110 | 0 | 0 | 100001011 | 1100100 | 1010001 |
Color Harmonies of #C99EFF
Complementary color
Monochromatic Colors of #C99EFF
Black with #C99EFF
Text Example
Text Example
White with #C99EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EFF; }
p { color: rgb(201,158,255); }
H1.HeaderClassName
{
color: #C99EFF;
}
.AnyTagClassName
{
color: #C99EFF;
}
</style>
background-color css
<style>
a { background-color: #C99EFF; }
a { background-color: rgb(201,158,255); }
div.DivClassName
{
background-color: #C99EFF;
}
.BgClassName
{
background-color: #C99EFF;
}
</style>
border-color css
<style>
span { border-color: #C99EFF; }
span { border-color: rgb(201,158,255); }
td.TdClassName
{
border-color: #C99EFF;
}
.TagClassName
{
border-color: #C99EFF;
}
</style>