Shades of Mauve #C99CF9
Tints of Mauve #C99CF9
RGB
CMYK
RGB Variations
Color information
#C99CF9 (or 0xC99CF9) is known color: Mauve. HEX triplet: C9, 9C and F9. RGB value is (201,156,249). Sum of RGB (Red+Green+Blue) = 201+156+249=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #C99CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CF9 is #366306. Grayscale: #B3B3B3. Windows color (decimal): -3564295 or 16358601. OLE color: 16358601.
HSL color Cylindrical-coordinate representation of color #C99CF9: hue angle of 269.03º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99CF9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 156 | 249 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.02 |
| HSL | 269.03º | 0.89% | 0.79% | - |
| HSV(B) | 269.03º | 0.37% | 0.98% | - |
| XYZ | 53.07 | 43.03 | 95.13 | - |
| YUV | 180.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 249 | 0.19 | 0.37 | 0 | 0.02 | 269.03 | 0.89 | 0.79 |
| Hex | C9 | 9C | F9 | 13 | 25 | 0 | 2 | 10D | 59 | 4F |
| Octal | 311 | 234 | 371 | 23 | 45 | 0 | 2 | 415 | 131 | 117 |
| Binary | 11001001 | 10011100 | 11111001 | 10011 | 100101 | 0 | 10 | 100001101 | 1011001 | 1001111 |
Color Harmonies of #C99CF9
Complementary color
Monochromatic Colors of #C99CF9
Black with #C99CF9
Text Example
Text Example
White with #C99CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CF9; }
p { color: rgb(201,156,249); }
H1.HeaderClassName
{
color: #C99CF9;
}
.AnyTagClassName
{
color: #C99CF9;
}
</style>
background-color css
<style>
a { background-color: #C99CF9; }
a { background-color: rgb(201,156,249); }
div.DivClassName
{
background-color: #C99CF9;
}
.BgClassName
{
background-color: #C99CF9;
}
</style>
border-color css
<style>
span { border-color: #C99CF9; }
span { border-color: rgb(201,156,249); }
td.TdClassName
{
border-color: #C99CF9;
}
.TagClassName
{
border-color: #C99CF9;
}
</style>