Shades of Mauve #C99BFB
Tints of Mauve #C99BFB
RGB
CMYK
RGB Variations
Color information
#C99BFB (or 0xC99BFB) is known color: Mauve. HEX triplet: C9, 9B and FB. RGB value is (201,155,251). Sum of RGB (Red+Green+Blue) = 201+155+251=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #C99BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFB is #366404. Grayscale: #B3B3B3. Windows color (decimal): -3564549 or 16489417. OLE color: 16489417.
HSL color Cylindrical-coordinate representation of color #C99BFB: hue angle of 268.75º degrees, saturation: 0.92, 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 #C99BFB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 155 | 251 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.02 |
| HSL | 268.75º | 0.92% | 0.8% | - |
| HSV(B) | 268.75º | 0.38% | 0.98% | - |
| XYZ | 53.22 | 42.83 | 96.73 | - |
| YUV | 179.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 251 | 0.20 | 0.38 | 0 | 0.02 | 268.75 | 0.92 | 0.8 |
| Hex | C9 | 9B | FB | 14 | 26 | 0 | 2 | 10D | 5C | 50 |
| Octal | 311 | 233 | 373 | 24 | 46 | 0 | 2 | 415 | 134 | 120 |
| Binary | 11001001 | 10011011 | 11111011 | 10100 | 100110 | 0 | 10 | 100001101 | 1011100 | 1010000 |
Color Harmonies of #C99BFB
Complementary color
Monochromatic Colors of #C99BFB
Black with #C99BFB
Text Example
Text Example
White with #C99BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BFB; }
p { color: rgb(201,155,251); }
H1.HeaderClassName
{
color: #C99BFB;
}
.AnyTagClassName
{
color: #C99BFB;
}
</style>
background-color css
<style>
a { background-color: #C99BFB; }
a { background-color: rgb(201,155,251); }
div.DivClassName
{
background-color: #C99BFB;
}
.BgClassName
{
background-color: #C99BFB;
}
</style>
border-color css
<style>
span { border-color: #C99BFB; }
span { border-color: rgb(201,155,251); }
td.TdClassName
{
border-color: #C99BFB;
}
.TagClassName
{
border-color: #C99BFB;
}
</style>