Shades of Mauve #C998FB
Tints of Mauve #C998FB
RGB
CMYK
RGB Variations
Color information
#C998FB (or 0xC998FB) is known color: Mauve. HEX triplet: C9, 98 and FB. RGB value is (201,152,251). Sum of RGB (Red+Green+Blue) = 201+152+251=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #C998FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998FB is #366704. Grayscale: #B1B1B1. Windows color (decimal): -3565317 or 16488649. OLE color: 16488649.
HSL color Cylindrical-coordinate representation of color #C998FB: hue angle of 269.7º degrees, saturation: 0.93, 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 #C998FB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 152 | 251 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.02 |
| HSL | 269.7º | 0.93% | 0.79% | - |
| HSV(B) | 269.7º | 0.39% | 0.98% | - |
| XYZ | 52.73 | 41.84 | 96.56 | - |
| YUV | 177.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 251 | 0.20 | 0.39 | 0 | 0.02 | 269.7 | 0.93 | 0.79 |
| Hex | C9 | 98 | FB | 14 | 27 | 0 | 2 | 10E | 5D | 4F |
| Octal | 311 | 230 | 373 | 24 | 47 | 0 | 2 | 416 | 135 | 117 |
| Binary | 11001001 | 10011000 | 11111011 | 10100 | 100111 | 0 | 10 | 100001110 | 1011101 | 1001111 |
Color Harmonies of #C998FB
Complementary color
Monochromatic Colors of #C998FB
Black with #C998FB
Text Example
Text Example
White with #C998FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998FB; }
p { color: rgb(201,152,251); }
H1.HeaderClassName
{
color: #C998FB;
}
.AnyTagClassName
{
color: #C998FB;
}
</style>
background-color css
<style>
a { background-color: #C998FB; }
a { background-color: rgb(201,152,251); }
div.DivClassName
{
background-color: #C998FB;
}
.BgClassName
{
background-color: #C998FB;
}
</style>
border-color css
<style>
span { border-color: #C998FB; }
span { border-color: rgb(201,152,251); }
td.TdClassName
{
border-color: #C998FB;
}
.TagClassName
{
border-color: #C998FB;
}
</style>