Shades of Mauve #C997FC
Tints of Mauve #C997FC
RGB
CMYK
RGB Variations
Color information
#C997FC (or 0xC997FC) is known color: Mauve. HEX triplet: C9, 97 and FC. RGB value is (201,151,252). Sum of RGB (Red+Green+Blue) = 201+151+252=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #C997FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FC is #366803. Grayscale: #B1B1B1. Windows color (decimal): -3565572 or 16553929. OLE color: 16553929.
HSL color Cylindrical-coordinate representation of color #C997FC: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C997FC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 151 | 252 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.01 |
| HSL | 269.7º | 0.94% | 0.79% | - |
| HSV(B) | 269.7º | 0.4% | 0.99% | - |
| XYZ | 52.72 | 41.58 | 97.34 | - |
| YUV | 177.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 252 | 0.20 | 0.40 | 0 | 0.01 | 269.7 | 0.94 | 0.79 |
| Hex | C9 | 97 | FC | 14 | 28 | 0 | 1 | 10E | 5E | 4F |
| Octal | 311 | 227 | 374 | 24 | 50 | 0 | 1 | 416 | 136 | 117 |
| Binary | 11001001 | 10010111 | 11111100 | 10100 | 101000 | 0 | 1 | 100001110 | 1011110 | 1001111 |
Color Harmonies of #C997FC
Complementary color
Monochromatic Colors of #C997FC
Black with #C997FC
Text Example
Text Example
White with #C997FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997FC; }
p { color: rgb(201,151,252); }
H1.HeaderClassName
{
color: #C997FC;
}
.AnyTagClassName
{
color: #C997FC;
}
</style>
background-color css
<style>
a { background-color: #C997FC; }
a { background-color: rgb(201,151,252); }
div.DivClassName
{
background-color: #C997FC;
}
.BgClassName
{
background-color: #C997FC;
}
</style>
border-color css
<style>
span { border-color: #C997FC; }
span { border-color: rgb(201,151,252); }
td.TdClassName
{
border-color: #C997FC;
}
.TagClassName
{
border-color: #C997FC;
}
</style>