Shades of Mauve #C99AFA
Tints of Mauve #C99AFA
RGB
CMYK
RGB Variations
Color information
#C99AFA (or 0xC99AFA) is known color: Mauve. HEX triplet: C9, 9A and FA. RGB value is (201,154,250). Sum of RGB (Red+Green+Blue) = 201+154+250=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AFA is #366505. Grayscale: #B2B2B2. Windows color (decimal): -3564806 or 16423625. OLE color: 16423625.
HSL color Cylindrical-coordinate representation of color #C99AFA: hue angle of 269.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99AFA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 154 | 250 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.02 |
| HSL | 269.38º | 0.91% | 0.79% | - |
| HSV(B) | 269.38º | 0.38% | 0.98% | - |
| XYZ | 52.9 | 42.43 | 95.84 | - |
| YUV | 179 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 250 | 0.20 | 0.38 | 0 | 0.02 | 269.38 | 0.91 | 0.79 |
| Hex | C9 | 9A | FA | 14 | 26 | 0 | 2 | 10D | 5B | 4F |
| Octal | 311 | 232 | 372 | 24 | 46 | 0 | 2 | 415 | 133 | 117 |
| Binary | 11001001 | 10011010 | 11111010 | 10100 | 100110 | 0 | 10 | 100001101 | 1011011 | 1001111 |
Color Harmonies of #C99AFA
Complementary color
Monochromatic Colors of #C99AFA
Black with #C99AFA
Text Example
Text Example
White with #C99AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AFA; }
p { color: rgb(201,154,250); }
H1.HeaderClassName
{
color: #C99AFA;
}
.AnyTagClassName
{
color: #C99AFA;
}
</style>
background-color css
<style>
a { background-color: #C99AFA; }
a { background-color: rgb(201,154,250); }
div.DivClassName
{
background-color: #C99AFA;
}
.BgClassName
{
background-color: #C99AFA;
}
</style>
border-color css
<style>
span { border-color: #C99AFA; }
span { border-color: rgb(201,154,250); }
td.TdClassName
{
border-color: #C99AFA;
}
.TagClassName
{
border-color: #C99AFA;
}
</style>