Shades of Mauve #CE99FC
Tints of Mauve #CE99FC
RGB
CMYK
RGB Variations
Color information
#CE99FC (or 0xCE99FC) is known color: Mauve. HEX triplet: CE, 99 and FC. RGB value is (206,153,252). Sum of RGB (Red+Green+Blue) = 206+153+252=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99FC is #316603. Grayscale: #B3B3B3. Windows color (decimal): -3237380 or 16554446. OLE color: 16554446.
HSL color Cylindrical-coordinate representation of color #CE99FC: hue angle of 272.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE99FC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 153 | 252 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.01 |
| HSL | 272.12º | 0.94% | 0.79% | - |
| HSV(B) | 272.12º | 0.39% | 0.99% | - |
| XYZ | 54.42 | 42.93 | 97.51 | - |
| YUV | 180.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 252 | 0.18 | 0.39 | 0 | 0.01 | 272.12 | 0.94 | 0.79 |
| Hex | CE | 99 | FC | 12 | 27 | 0 | 1 | 110 | 5E | 4F |
| Octal | 316 | 231 | 374 | 22 | 47 | 0 | 1 | 420 | 136 | 117 |
| Binary | 11001110 | 10011001 | 11111100 | 10010 | 100111 | 0 | 1 | 100010000 | 1011110 | 1001111 |
Color Harmonies of #CE99FC
Complementary color
Monochromatic Colors of #CE99FC
Black with #CE99FC
Text Example
Text Example
White with #CE99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99FC; }
p { color: rgb(206,153,252); }
H1.HeaderClassName
{
color: #CE99FC;
}
.AnyTagClassName
{
color: #CE99FC;
}
</style>
background-color css
<style>
a { background-color: #CE99FC; }
a { background-color: rgb(206,153,252); }
div.DivClassName
{
background-color: #CE99FC;
}
.BgClassName
{
background-color: #CE99FC;
}
</style>
border-color css
<style>
span { border-color: #CE99FC; }
span { border-color: rgb(206,153,252); }
td.TdClassName
{
border-color: #CE99FC;
}
.TagClassName
{
border-color: #CE99FC;
}
</style>