Shades of Mauve #C99DFB
Tints of Mauve #C99DFB
RGB
CMYK
RGB Variations
Color information
#C99DFB (or 0xC99DFB) is known color: Mauve. HEX triplet: C9, 9D and FB. RGB value is (201,157,251). Sum of RGB (Red+Green+Blue) = 201+157+251=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C99DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFB is #366204. Grayscale: #B4B4B4. Windows color (decimal): -3564037 or 16489929. OLE color: 16489929.
HSL color Cylindrical-coordinate representation of color #C99DFB: hue angle of 268.09º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99DFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 157 | 251 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.02 |
| HSL | 268.09º | 0.92% | 0.8% | - |
| HSV(B) | 268.09º | 0.37% | 0.98% | - |
| XYZ | 53.56 | 43.5 | 96.84 | - |
| YUV | 180.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 251 | 0.20 | 0.37 | 0 | 0.02 | 268.09 | 0.92 | 0.8 |
| Hex | C9 | 9D | FB | 14 | 25 | 0 | 2 | 10C | 5C | 50 |
| Octal | 311 | 235 | 373 | 24 | 45 | 0 | 2 | 414 | 134 | 120 |
| Binary | 11001001 | 10011101 | 11111011 | 10100 | 100101 | 0 | 10 | 100001100 | 1011100 | 1010000 |
Color Harmonies of #C99DFB
Complementary color
Monochromatic Colors of #C99DFB
Black with #C99DFB
Text Example
Text Example
White with #C99DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DFB; }
p { color: rgb(201,157,251); }
H1.HeaderClassName
{
color: #C99DFB;
}
.AnyTagClassName
{
color: #C99DFB;
}
</style>
background-color css
<style>
a { background-color: #C99DFB; }
a { background-color: rgb(201,157,251); }
div.DivClassName
{
background-color: #C99DFB;
}
.BgClassName
{
background-color: #C99DFB;
}
</style>
border-color css
<style>
span { border-color: #C99DFB; }
span { border-color: rgb(201,157,251); }
td.TdClassName
{
border-color: #C99DFB;
}
.TagClassName
{
border-color: #C99DFB;
}
</style>