Shades of Mauve #C999FE
Tints of Mauve #C999FE
RGB
CMYK
RGB Variations
Color information
#C999FE (or 0xC999FE) is known color: Mauve. HEX triplet: C9, 99 and FE. RGB value is (201,153,254). Sum of RGB (Red+Green+Blue) = 201+153+254=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 153 (60.16% from 255 or 25.16% 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 #C999FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FE is #366601. Grayscale: #B2B2B2. Windows color (decimal): -3565058 or 16685513. OLE color: 16685513.
HSL color Cylindrical-coordinate representation of color #C999FE: hue angle of 268.51º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C999FE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 153 | 254 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.00 |
| HSL | 268.51º | 0.98% | 0.8% | - |
| HSV(B) | 268.51º | 0.4% | 1% | - |
| XYZ | 53.37 | 42.36 | 99.13 | - |
| YUV | 178.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 254 | 0.21 | 0.40 | 0 | 0.00 | 268.51 | 0.98 | 0.8 |
| Hex | C9 | 99 | FE | 15 | 28 | 0 | 0 | 10D | 62 | 50 |
| Octal | 311 | 231 | 376 | 25 | 50 | 0 | 0 | 415 | 142 | 120 |
| Binary | 11001001 | 10011001 | 11111110 | 10101 | 101000 | 0 | 0 | 100001101 | 1100010 | 1010000 |
Color Harmonies of #C999FE
Complementary color
Monochromatic Colors of #C999FE
Black with #C999FE
Text Example
Text Example
White with #C999FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999FE; }
p { color: rgb(201,153,254); }
H1.HeaderClassName
{
color: #C999FE;
}
.AnyTagClassName
{
color: #C999FE;
}
</style>
background-color css
<style>
a { background-color: #C999FE; }
a { background-color: rgb(201,153,254); }
div.DivClassName
{
background-color: #C999FE;
}
.BgClassName
{
background-color: #C999FE;
}
</style>
border-color css
<style>
span { border-color: #C999FE; }
span { border-color: rgb(201,153,254); }
td.TdClassName
{
border-color: #C999FE;
}
.TagClassName
{
border-color: #C999FE;
}
</style>