Shades of Mauve #C99FFF
Tints of Mauve #C99FFF
RGB
CMYK
RGB Variations
Color information
#C99FFF (or 0xC99FFF) is known color: Mauve. HEX triplet: C9, 9F and FF. RGB value is (201,159,255). Sum of RGB (Red+Green+Blue) = 201+159+255=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99FFF is #366000. Grayscale: #B6B6B6. Windows color (decimal): -3563521 or 16752585. OLE color: 16752585.
HSL color Cylindrical-coordinate representation of color #C99FFF: hue angle of 266.25º 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 #C99FFF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 159 | 255 | - |
| CMYK | 0.21 | 0.38 | 0 | 0 |
| HSL | 266.25º | 1% | 0.81% | - |
| HSV(B) | 266.25º | 0.38% | 1% | - |
| XYZ | 54.54 | 44.43 | 100.31 | - |
| YUV | 182.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 255 | 0.21 | 0.38 | 0 | 0 | 266.25 | 1 | 0.81 |
| Hex | C9 | 9F | FF | 15 | 26 | 0 | 0 | 10A | 64 | 51 |
| Octal | 311 | 237 | 377 | 25 | 46 | 0 | 0 | 412 | 144 | 121 |
| Binary | 11001001 | 10011111 | 11111111 | 10101 | 100110 | 0 | 0 | 100001010 | 1100100 | 1010001 |
Color Harmonies of #C99FFF
Complementary color
Monochromatic Colors of #C99FFF
Black with #C99FFF
Text Example
Text Example
White with #C99FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FFF; }
p { color: rgb(201,159,255); }
H1.HeaderClassName
{
color: #C99FFF;
}
.AnyTagClassName
{
color: #C99FFF;
}
</style>
background-color css
<style>
a { background-color: #C99FFF; }
a { background-color: rgb(201,159,255); }
div.DivClassName
{
background-color: #C99FFF;
}
.BgClassName
{
background-color: #C99FFF;
}
</style>
border-color css
<style>
span { border-color: #C99FFF; }
span { border-color: rgb(201,159,255); }
td.TdClassName
{
border-color: #C99FFF;
}
.TagClassName
{
border-color: #C99FFF;
}
</style>