Shades of Mauve #C59CFE
Tints of Mauve #C59CFE
RGB
CMYK
RGB Variations
Color information
#C59CFE (or 0xC59CFE) is known color: Mauve. HEX triplet: C5, 9C and FE. RGB value is (197,156,254). Sum of RGB (Red+Green+Blue) = 197+156+254=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C59CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CFE is #3A6301. Grayscale: #B3B3B3. Windows color (decimal): -3826434 or 16686277. OLE color: 16686277.
HSL color Cylindrical-coordinate representation of color #C59CFE: hue angle of 265.1º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59CFE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 156 | 254 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.00 |
| HSL | 265.1º | 0.98% | 0.8% | - |
| HSV(B) | 265.1º | 0.39% | 1% | - |
| XYZ | 52.8 | 42.8 | 99.24 | - |
| YUV | 179.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 254 | 0.22 | 0.39 | 0 | 0.00 | 265.1 | 0.98 | 0.8 |
| Hex | C5 | 9C | FE | 16 | 27 | 0 | 0 | 109 | 62 | 50 |
| Octal | 305 | 234 | 376 | 26 | 47 | 0 | 0 | 411 | 142 | 120 |
| Binary | 11000101 | 10011100 | 11111110 | 10110 | 100111 | 0 | 0 | 100001001 | 1100010 | 1010000 |
Color Harmonies of #C59CFE
Complementary color
Monochromatic Colors of #C59CFE
Black with #C59CFE
Text Example
Text Example
White with #C59CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CFE; }
p { color: rgb(197,156,254); }
H1.HeaderClassName
{
color: #C59CFE;
}
.AnyTagClassName
{
color: #C59CFE;
}
</style>
background-color css
<style>
a { background-color: #C59CFE; }
a { background-color: rgb(197,156,254); }
div.DivClassName
{
background-color: #C59CFE;
}
.BgClassName
{
background-color: #C59CFE;
}
</style>
border-color css
<style>
span { border-color: #C59CFE; }
span { border-color: rgb(197,156,254); }
td.TdClassName
{
border-color: #C59CFE;
}
.TagClassName
{
border-color: #C59CFE;
}
</style>