Shades of Mauve #C997FB
Tints of Mauve #C997FB
RGB
CMYK
RGB Variations
Color information
#C997FB (or 0xC997FB) is known color: Mauve. HEX triplet: C9, 97 and FB. RGB value is (201,151,251). Sum of RGB (Red+Green+Blue) = 201+151+251=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #C997FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FB is #366804. Grayscale: #B1B1B1. Windows color (decimal): -3565573 or 16488393. OLE color: 16488393.
HSL color Cylindrical-coordinate representation of color #C997FB: hue angle of 270º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C997FB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 151 | 251 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.79% | - |
| HSV(B) | 270º | 0.4% | 0.98% | - |
| XYZ | 52.57 | 41.52 | 96.51 | - |
| YUV | 177.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 251 | 0.20 | 0.40 | 0 | 0.02 | 270 | 0.93 | 0.79 |
| Hex | C9 | 97 | FB | 14 | 28 | 0 | 2 | 10E | 5D | 4F |
| Octal | 311 | 227 | 373 | 24 | 50 | 0 | 2 | 416 | 135 | 117 |
| Binary | 11001001 | 10010111 | 11111011 | 10100 | 101000 | 0 | 10 | 100001110 | 1011101 | 1001111 |
Color Harmonies of #C997FB
Complementary color
Monochromatic Colors of #C997FB
Black with #C997FB
Text Example
Text Example
White with #C997FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997FB; }
p { color: rgb(201,151,251); }
H1.HeaderClassName
{
color: #C997FB;
}
.AnyTagClassName
{
color: #C997FB;
}
</style>
background-color css
<style>
a { background-color: #C997FB; }
a { background-color: rgb(201,151,251); }
div.DivClassName
{
background-color: #C997FB;
}
.BgClassName
{
background-color: #C997FB;
}
</style>
border-color css
<style>
span { border-color: #C997FB; }
span { border-color: rgb(201,151,251); }
td.TdClassName
{
border-color: #C997FB;
}
.TagClassName
{
border-color: #C997FB;
}
</style>