Shades of Mauve #C999FC
Tints of Mauve #C999FC
RGB
CMYK
RGB Variations
Color information
#C999FC (or 0xC999FC) is known color: Mauve. HEX triplet: C9, 99 and FC. RGB value is (201,153,252). Sum of RGB (Red+Green+Blue) = 201+153+252=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C999FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FC is #366603. Grayscale: #B2B2B2. Windows color (decimal): -3565060 or 16554441. OLE color: 16554441.
HSL color Cylindrical-coordinate representation of color #C999FC: hue angle of 269.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C999FC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 153 | 252 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.01 |
| HSL | 269.09º | 0.94% | 0.79% | - |
| HSV(B) | 269.09º | 0.39% | 0.99% | - |
| XYZ | 53.05 | 42.23 | 97.45 | - |
| YUV | 178.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 252 | 0.20 | 0.39 | 0 | 0.01 | 269.09 | 0.94 | 0.79 |
| Hex | C9 | 99 | FC | 14 | 27 | 0 | 1 | 10D | 5E | 4F |
| Octal | 311 | 231 | 374 | 24 | 47 | 0 | 1 | 415 | 136 | 117 |
| Binary | 11001001 | 10011001 | 11111100 | 10100 | 100111 | 0 | 1 | 100001101 | 1011110 | 1001111 |
Color Harmonies of #C999FC
Complementary color
Monochromatic Colors of #C999FC
Black with #C999FC
Text Example
Text Example
White with #C999FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999FC; }
p { color: rgb(201,153,252); }
H1.HeaderClassName
{
color: #C999FC;
}
.AnyTagClassName
{
color: #C999FC;
}
</style>
background-color css
<style>
a { background-color: #C999FC; }
a { background-color: rgb(201,153,252); }
div.DivClassName
{
background-color: #C999FC;
}
.BgClassName
{
background-color: #C999FC;
}
</style>
border-color css
<style>
span { border-color: #C999FC; }
span { border-color: rgb(201,153,252); }
td.TdClassName
{
border-color: #C999FC;
}
.TagClassName
{
border-color: #C999FC;
}
</style>