Shades of Mauve #CE94FE
Tints of Mauve #CE94FE
RGB
CMYK
RGB Variations
Color information
#CE94FE (or 0xCE94FE) is known color: Mauve. HEX triplet: CE, 94 and FE. RGB value is (206,148,254). Sum of RGB (Red+Green+Blue) = 206+148+254=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FE is #316B01. Grayscale: #B1B1B1. Windows color (decimal): -3238658 or 16684238. OLE color: 16684238.
HSL color Cylindrical-coordinate representation of color #CE94FE: hue angle of 272.83º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE94FE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 148 | 254 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.00 |
| HSL | 272.83º | 0.98% | 0.79% | - |
| HSV(B) | 272.83º | 0.42% | 1% | - |
| XYZ | 53.93 | 41.46 | 98.93 | - |
| YUV | 177.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 254 | 0.19 | 0.42 | 0 | 0.00 | 272.83 | 0.98 | 0.79 |
| Hex | CE | 94 | FE | 13 | 2A | 0 | 0 | 111 | 62 | 4F |
| Octal | 316 | 224 | 376 | 23 | 52 | 0 | 0 | 421 | 142 | 117 |
| Binary | 11001110 | 10010100 | 11111110 | 10011 | 101010 | 0 | 0 | 100010001 | 1100010 | 1001111 |
Color Harmonies of #CE94FE
Complementary color
Monochromatic Colors of #CE94FE
Black with #CE94FE
Text Example
Text Example
White with #CE94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94FE; }
p { color: rgb(206,148,254); }
H1.HeaderClassName
{
color: #CE94FE;
}
.AnyTagClassName
{
color: #CE94FE;
}
</style>
background-color css
<style>
a { background-color: #CE94FE; }
a { background-color: rgb(206,148,254); }
div.DivClassName
{
background-color: #CE94FE;
}
.BgClassName
{
background-color: #CE94FE;
}
</style>
border-color css
<style>
span { border-color: #CE94FE; }
span { border-color: rgb(206,148,254); }
td.TdClassName
{
border-color: #CE94FE;
}
.TagClassName
{
border-color: #CE94FE;
}
</style>