Shades of Mauve #CE94FB
Tints of Mauve #CE94FB
RGB
CMYK
RGB Variations
Color information
#CE94FB (or 0xCE94FB) is known color: Mauve. HEX triplet: CE, 94 and FB. RGB value is (206,148,251). Sum of RGB (Red+Green+Blue) = 206+148+251=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FB is #316B04. Grayscale: #B0B0B0. Windows color (decimal): -3238661 or 16487630. OLE color: 16487630.
HSL color Cylindrical-coordinate representation of color #CE94FB: hue angle of 273.79º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE94FB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 148 | 251 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.02 |
| HSL | 273.79º | 0.93% | 0.78% | - |
| HSV(B) | 273.79º | 0.41% | 0.98% | - |
| XYZ | 53.46 | 41.27 | 96.41 | - |
| YUV | 177.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 251 | 0.18 | 0.41 | 0 | 0.02 | 273.79 | 0.93 | 0.78 |
| Hex | CE | 94 | FB | 12 | 29 | 0 | 2 | 112 | 5D | 4E |
| Octal | 316 | 224 | 373 | 22 | 51 | 0 | 2 | 422 | 135 | 116 |
| Binary | 11001110 | 10010100 | 11111011 | 10010 | 101001 | 0 | 10 | 100010010 | 1011101 | 1001110 |
Color Harmonies of #CE94FB
Complementary color
Monochromatic Colors of #CE94FB
Black with #CE94FB
Text Example
Text Example
White with #CE94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94FB; }
p { color: rgb(206,148,251); }
H1.HeaderClassName
{
color: #CE94FB;
}
.AnyTagClassName
{
color: #CE94FB;
}
</style>
background-color css
<style>
a { background-color: #CE94FB; }
a { background-color: rgb(206,148,251); }
div.DivClassName
{
background-color: #CE94FB;
}
.BgClassName
{
background-color: #CE94FB;
}
</style>
border-color css
<style>
span { border-color: #CE94FB; }
span { border-color: rgb(206,148,251); }
td.TdClassName
{
border-color: #CE94FB;
}
.TagClassName
{
border-color: #CE94FB;
}
</style>