Shades of Mauve #CE92FF
Tints of Mauve #CE92FF
RGB
CMYK
RGB Variations
Color information
#CE92FF (or 0xCE92FF) is known color: Mauve. HEX triplet: CE, 92 and FF. RGB value is (206,146,255). Sum of RGB (Red+Green+Blue) = 206+146+255=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FF is #316D00. Grayscale: #AFAFAF. Windows color (decimal): -3239169 or 16749262. OLE color: 16749262.
HSL color Cylindrical-coordinate representation of color #CE92FF: hue angle of 273.03º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE92FF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 146 | 255 | - |
| CMYK | 0.19 | 0.43 | 0 | 0 |
| HSL | 273.03º | 1% | 0.79% | - |
| HSV(B) | 273.03º | 0.43% | 1% | - |
| XYZ | 53.78 | 40.9 | 99.67 | - |
| YUV | 176.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 255 | 0.19 | 0.43 | 0 | 0 | 273.03 | 1 | 0.79 |
| Hex | CE | 92 | FF | 13 | 2B | 0 | 0 | 111 | 64 | 4F |
| Octal | 316 | 222 | 377 | 23 | 53 | 0 | 0 | 421 | 144 | 117 |
| Binary | 11001110 | 10010010 | 11111111 | 10011 | 101011 | 0 | 0 | 100010001 | 1100100 | 1001111 |
Color Harmonies of #CE92FF
Complementary color
Monochromatic Colors of #CE92FF
Black with #CE92FF
Text Example
Text Example
White with #CE92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92FF; }
p { color: rgb(206,146,255); }
H1.HeaderClassName
{
color: #CE92FF;
}
.AnyTagClassName
{
color: #CE92FF;
}
</style>
background-color css
<style>
a { background-color: #CE92FF; }
a { background-color: rgb(206,146,255); }
div.DivClassName
{
background-color: #CE92FF;
}
.BgClassName
{
background-color: #CE92FF;
}
</style>
border-color css
<style>
span { border-color: #CE92FF; }
span { border-color: rgb(206,146,255); }
td.TdClassName
{
border-color: #CE92FF;
}
.TagClassName
{
border-color: #CE92FF;
}
</style>