Shades of Mauve #C999FA
Tints of Mauve #C999FA
RGB
CMYK
RGB Variations
Color information
#C999FA (or 0xC999FA) is known color: Mauve. HEX triplet: C9, 99 and FA. RGB value is (201,153,250). Sum of RGB (Red+Green+Blue) = 201+153+250=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C999FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FA is #366605. Grayscale: #B2B2B2. Windows color (decimal): -3565062 or 16423369. OLE color: 16423369.
HSL color Cylindrical-coordinate representation of color #C999FA: hue angle of 269.69º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C999FA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 153 | 250 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.02 |
| HSL | 269.69º | 0.91% | 0.79% | - |
| HSV(B) | 269.69º | 0.39% | 0.98% | - |
| XYZ | 52.73 | 42.1 | 95.79 | - |
| YUV | 178.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 250 | 0.20 | 0.39 | 0 | 0.02 | 269.69 | 0.91 | 0.79 |
| Hex | C9 | 99 | FA | 14 | 27 | 0 | 2 | 10E | 5B | 4F |
| Octal | 311 | 231 | 372 | 24 | 47 | 0 | 2 | 416 | 133 | 117 |
| Binary | 11001001 | 10011001 | 11111010 | 10100 | 100111 | 0 | 10 | 100001110 | 1011011 | 1001111 |
Color Harmonies of #C999FA
Complementary color
Monochromatic Colors of #C999FA
Black with #C999FA
Text Example
Text Example
White with #C999FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999FA; }
p { color: rgb(201,153,250); }
H1.HeaderClassName
{
color: #C999FA;
}
.AnyTagClassName
{
color: #C999FA;
}
</style>
background-color css
<style>
a { background-color: #C999FA; }
a { background-color: rgb(201,153,250); }
div.DivClassName
{
background-color: #C999FA;
}
.BgClassName
{
background-color: #C999FA;
}
</style>
border-color css
<style>
span { border-color: #C999FA; }
span { border-color: rgb(201,153,250); }
td.TdClassName
{
border-color: #C999FA;
}
.TagClassName
{
border-color: #C999FA;
}
</style>