Shades of Mauve #C99CFA
Tints of Mauve #C99CFA
RGB
CMYK
RGB Variations
Color information
#C99CFA (or 0xC99CFA) is known color: Mauve. HEX triplet: C9, 9C and FA. RGB value is (201,156,250). Sum of RGB (Red+Green+Blue) = 201+156+250=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CFA is #366305. Grayscale: #B3B3B3. Windows color (decimal): -3564294 or 16424137. OLE color: 16424137.
HSL color Cylindrical-coordinate representation of color #C99CFA: hue angle of 268.72º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99CFA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 156 | 250 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.02 |
| HSL | 268.72º | 0.9% | 0.8% | - |
| HSV(B) | 268.72º | 0.38% | 0.98% | - |
| XYZ | 53.23 | 43.1 | 95.96 | - |
| YUV | 180.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 250 | 0.20 | 0.38 | 0 | 0.02 | 268.72 | 0.9 | 0.8 |
| Hex | C9 | 9C | FA | 14 | 26 | 0 | 2 | 10D | 5A | 50 |
| Octal | 311 | 234 | 372 | 24 | 46 | 0 | 2 | 415 | 132 | 120 |
| Binary | 11001001 | 10011100 | 11111010 | 10100 | 100110 | 0 | 10 | 100001101 | 1011010 | 1010000 |
Color Harmonies of #C99CFA
Complementary color
Monochromatic Colors of #C99CFA
Black with #C99CFA
Text Example
Text Example
White with #C99CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CFA; }
p { color: rgb(201,156,250); }
H1.HeaderClassName
{
color: #C99CFA;
}
.AnyTagClassName
{
color: #C99CFA;
}
</style>
background-color css
<style>
a { background-color: #C99CFA; }
a { background-color: rgb(201,156,250); }
div.DivClassName
{
background-color: #C99CFA;
}
.BgClassName
{
background-color: #C99CFA;
}
</style>
border-color css
<style>
span { border-color: #C99CFA; }
span { border-color: rgb(201,156,250); }
td.TdClassName
{
border-color: #C99CFA;
}
.TagClassName
{
border-color: #C99CFA;
}
</style>