Shades of Mauve #C59FFE
Tints of Mauve #C59FFE
RGB
CMYK
RGB Variations
Color information
#C59FFE (or 0xC59FFE) is known color: Mauve. HEX triplet: C5, 9F and FE. RGB value is (197,159,254). Sum of RGB (Red+Green+Blue) = 197+159+254=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #C59FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59FFE is #3A6001. Grayscale: #B4B4B4. Windows color (decimal): -3825666 or 16687045. OLE color: 16687045.
HSL color Cylindrical-coordinate representation of color #C59FFE: hue angle of 264º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C59FFE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 159 | 254 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.00 |
| HSL | 264º | 0.98% | 0.81% | - |
| HSV(B) | 264º | 0.37% | 1% | - |
| XYZ | 53.31 | 43.82 | 99.41 | - |
| YUV | 181.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 254 | 0.22 | 0.37 | 0 | 0.00 | 264 | 0.98 | 0.81 |
| Hex | C5 | 9F | FE | 16 | 25 | 0 | 0 | 108 | 62 | 51 |
| Octal | 305 | 237 | 376 | 26 | 45 | 0 | 0 | 410 | 142 | 121 |
| Binary | 11000101 | 10011111 | 11111110 | 10110 | 100101 | 0 | 0 | 100001000 | 1100010 | 1010001 |
Color Harmonies of #C59FFE
Complementary color
Monochromatic Colors of #C59FFE
Black with #C59FFE
Text Example
Text Example
White with #C59FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59FFE; }
p { color: rgb(197,159,254); }
H1.HeaderClassName
{
color: #C59FFE;
}
.AnyTagClassName
{
color: #C59FFE;
}
</style>
background-color css
<style>
a { background-color: #C59FFE; }
a { background-color: rgb(197,159,254); }
div.DivClassName
{
background-color: #C59FFE;
}
.BgClassName
{
background-color: #C59FFE;
}
</style>
border-color css
<style>
span { border-color: #C59FFE; }
span { border-color: rgb(197,159,254); }
td.TdClassName
{
border-color: #C59FFE;
}
.TagClassName
{
border-color: #C59FFE;
}
</style>