Shades of Mauve #C992FE
Tints of Mauve #C992FE
RGB
CMYK
RGB Variations
Color information
#C992FE (or 0xC992FE) is known color: Mauve. HEX triplet: C9, 92 and FE. RGB value is (201,146,254). Sum of RGB (Red+Green+Blue) = 201+146+254=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C992FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FE is #366D01. Grayscale: #AEAEAE. Windows color (decimal): -3566850 or 16683721. OLE color: 16683721.
HSL color Cylindrical-coordinate representation of color #C992FE: hue angle of 270.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C992FE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 146 | 254 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.00 |
| HSL | 270.56º | 0.98% | 0.78% | - |
| HSV(B) | 270.56º | 0.43% | 1% | - |
| XYZ | 52.26 | 40.13 | 98.76 | - |
| YUV | 174.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 254 | 0.21 | 0.43 | 0 | 0.00 | 270.56 | 0.98 | 0.78 |
| Hex | C9 | 92 | FE | 15 | 2B | 0 | 0 | 10F | 62 | 4E |
| Octal | 311 | 222 | 376 | 25 | 53 | 0 | 0 | 417 | 142 | 116 |
| Binary | 11001001 | 10010010 | 11111110 | 10101 | 101011 | 0 | 0 | 100001111 | 1100010 | 1001110 |
Color Harmonies of #C992FE
Complementary color
Monochromatic Colors of #C992FE
Black with #C992FE
Text Example
Text Example
White with #C992FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992FE; }
p { color: rgb(201,146,254); }
H1.HeaderClassName
{
color: #C992FE;
}
.AnyTagClassName
{
color: #C992FE;
}
</style>
background-color css
<style>
a { background-color: #C992FE; }
a { background-color: rgb(201,146,254); }
div.DivClassName
{
background-color: #C992FE;
}
.BgClassName
{
background-color: #C992FE;
}
</style>
border-color css
<style>
span { border-color: #C992FE; }
span { border-color: rgb(201,146,254); }
td.TdClassName
{
border-color: #C992FE;
}
.TagClassName
{
border-color: #C992FE;
}
</style>