Shades of Mauve #C999FD
Tints of Mauve #C999FD
RGB
CMYK
RGB Variations
Color information
#C999FD (or 0xC999FD) is known color: Mauve. HEX triplet: C9, 99 and FD. RGB value is (201,153,253). Sum of RGB (Red+Green+Blue) = 201+153+253=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #C999FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FD is #366602. Grayscale: #B2B2B2. Windows color (decimal): -3565059 or 16619977. OLE color: 16619977.
HSL color Cylindrical-coordinate representation of color #C999FD: hue angle of 268.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C999FD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 153 | 253 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.01 |
| HSL | 268.8º | 0.96% | 0.8% | - |
| HSV(B) | 268.8º | 0.4% | 0.99% | - |
| XYZ | 53.21 | 42.29 | 98.29 | - |
| YUV | 178.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 253 | 0.21 | 0.40 | 0 | 0.01 | 268.8 | 0.96 | 0.8 |
| Hex | C9 | 99 | FD | 15 | 28 | 0 | 1 | 10D | 60 | 50 |
| Octal | 311 | 231 | 375 | 25 | 50 | 0 | 1 | 415 | 140 | 120 |
| Binary | 11001001 | 10011001 | 11111101 | 10101 | 101000 | 0 | 1 | 100001101 | 1100000 | 1010000 |
Color Harmonies of #C999FD
Complementary color
Monochromatic Colors of #C999FD
Black with #C999FD
Text Example
Text Example
White with #C999FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999FD; }
p { color: rgb(201,153,253); }
H1.HeaderClassName
{
color: #C999FD;
}
.AnyTagClassName
{
color: #C999FD;
}
</style>
background-color css
<style>
a { background-color: #C999FD; }
a { background-color: rgb(201,153,253); }
div.DivClassName
{
background-color: #C999FD;
}
.BgClassName
{
background-color: #C999FD;
}
</style>
border-color css
<style>
span { border-color: #C999FD; }
span { border-color: rgb(201,153,253); }
td.TdClassName
{
border-color: #C999FD;
}
.TagClassName
{
border-color: #C999FD;
}
</style>