Shades of Mauve #C991FF
Tints of Mauve #C991FF
RGB
CMYK
RGB Variations
Color information
#C991FF (or 0xC991FF) is known color: Mauve. HEX triplet: C9, 91 and FF. RGB value is (201,145,255). Sum of RGB (Red+Green+Blue) = 201+145+255=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C991FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991FF is #366E00. Grayscale: #ADADAD. Windows color (decimal): -3567105 or 16749001. OLE color: 16749001.
HSL color Cylindrical-coordinate representation of color #C991FF: hue angle of 270.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C991FF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 145 | 255 | - |
| CMYK | 0.21 | 0.43 | 0 | 0 |
| HSL | 270.55º | 1% | 0.78% | - |
| HSV(B) | 270.55º | 0.43% | 1% | - |
| XYZ | 52.26 | 39.89 | 99.55 | - |
| YUV | 174.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 255 | 0.21 | 0.43 | 0 | 0 | 270.55 | 1 | 0.78 |
| Hex | C9 | 91 | FF | 15 | 2B | 0 | 0 | 10F | 64 | 4E |
| Octal | 311 | 221 | 377 | 25 | 53 | 0 | 0 | 417 | 144 | 116 |
| Binary | 11001001 | 10010001 | 11111111 | 10101 | 101011 | 0 | 0 | 100001111 | 1100100 | 1001110 |
Color Harmonies of #C991FF
Complementary color
Monochromatic Colors of #C991FF
Black with #C991FF
Text Example
Text Example
White with #C991FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991FF; }
p { color: rgb(201,145,255); }
H1.HeaderClassName
{
color: #C991FF;
}
.AnyTagClassName
{
color: #C991FF;
}
</style>
background-color css
<style>
a { background-color: #C991FF; }
a { background-color: rgb(201,145,255); }
div.DivClassName
{
background-color: #C991FF;
}
.BgClassName
{
background-color: #C991FF;
}
</style>
border-color css
<style>
span { border-color: #C991FF; }
span { border-color: rgb(201,145,255); }
td.TdClassName
{
border-color: #C991FF;
}
.TagClassName
{
border-color: #C991FF;
}
</style>