Shades of Mauve #C99EFA
Tints of Mauve #C99EFA
RGB
CMYK
RGB Variations
Color information
#C99EFA (or 0xC99EFA) is known color: Mauve. HEX triplet: C9, 9E and FA. RGB value is (201,158,250). Sum of RGB (Red+Green+Blue) = 201+158+250=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFA is #366105. Grayscale: #B5B5B5. Windows color (decimal): -3563782 or 16424649. OLE color: 16424649.
HSL color Cylindrical-coordinate representation of color #C99EFA: hue angle of 268.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99EFA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 158 | 250 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.02 |
| HSL | 268.04º | 0.9% | 0.8% | - |
| HSV(B) | 268.04º | 0.37% | 0.98% | - |
| XYZ | 53.57 | 43.77 | 96.07 | - |
| YUV | 181.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 250 | 0.20 | 0.37 | 0 | 0.02 | 268.04 | 0.9 | 0.8 |
| Hex | C9 | 9E | FA | 14 | 25 | 0 | 2 | 10C | 5A | 50 |
| Octal | 311 | 236 | 372 | 24 | 45 | 0 | 2 | 414 | 132 | 120 |
| Binary | 11001001 | 10011110 | 11111010 | 10100 | 100101 | 0 | 10 | 100001100 | 1011010 | 1010000 |
Color Harmonies of #C99EFA
Complementary color
Monochromatic Colors of #C99EFA
Black with #C99EFA
Text Example
Text Example
White with #C99EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EFA; }
p { color: rgb(201,158,250); }
H1.HeaderClassName
{
color: #C99EFA;
}
.AnyTagClassName
{
color: #C99EFA;
}
</style>
background-color css
<style>
a { background-color: #C99EFA; }
a { background-color: rgb(201,158,250); }
div.DivClassName
{
background-color: #C99EFA;
}
.BgClassName
{
background-color: #C99EFA;
}
</style>
border-color css
<style>
span { border-color: #C99EFA; }
span { border-color: rgb(201,158,250); }
td.TdClassName
{
border-color: #C99EFA;
}
.TagClassName
{
border-color: #C99EFA;
}
</style>