Shades of Mauve #C99CFF
Tints of Mauve #C99CFF
RGB
CMYK
RGB Variations
Color information
#C99CFF (or 0xC99CFF) is known color: Mauve. HEX triplet: C9, 9C and FF. RGB value is (201,156,255). Sum of RGB (Red+Green+Blue) = 201+156+255=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CFF is #366300. Grayscale: #B4B4B4. Windows color (decimal): -3564289 or 16751817. OLE color: 16751817.
HSL color Cylindrical-coordinate representation of color #C99CFF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C99CFF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 156 | 255 | - |
| CMYK | 0.21 | 0.39 | 0 | 0 |
| HSL | 267.27º | 1% | 0.81% | - |
| HSV(B) | 267.27º | 0.39% | 1% | - |
| XYZ | 54.03 | 43.41 | 100.14 | - |
| YUV | 180.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 255 | 0.21 | 0.39 | 0 | 0 | 267.27 | 1 | 0.81 |
| Hex | C9 | 9C | FF | 15 | 27 | 0 | 0 | 10B | 64 | 51 |
| Octal | 311 | 234 | 377 | 25 | 47 | 0 | 0 | 413 | 144 | 121 |
| Binary | 11001001 | 10011100 | 11111111 | 10101 | 100111 | 0 | 0 | 100001011 | 1100100 | 1010001 |
Color Harmonies of #C99CFF
Complementary color
Monochromatic Colors of #C99CFF
Black with #C99CFF
Text Example
Text Example
White with #C99CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CFF; }
p { color: rgb(201,156,255); }
H1.HeaderClassName
{
color: #C99CFF;
}
.AnyTagClassName
{
color: #C99CFF;
}
</style>
background-color css
<style>
a { background-color: #C99CFF; }
a { background-color: rgb(201,156,255); }
div.DivClassName
{
background-color: #C99CFF;
}
.BgClassName
{
background-color: #C99CFF;
}
</style>
border-color css
<style>
span { border-color: #C99CFF; }
span { border-color: rgb(201,156,255); }
td.TdClassName
{
border-color: #C99CFF;
}
.TagClassName
{
border-color: #C99CFF;
}
</style>