Shades of Mauve #C7A0FC
Tints of Mauve #C7A0FC
RGB
CMYK
RGB Variations
Color information
#C7A0FC (or 0xC7A0FC) is known color: Mauve. HEX triplet: C7, A0 and FC. RGB value is (199,160,252). Sum of RGB (Red+Green+Blue) = 199+160+252=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A0FC is #385F03. Grayscale: #B5B5B5. Windows color (decimal): -3694340 or 16556231. OLE color: 16556231.
HSL color Cylindrical-coordinate representation of color #C7A0FC: hue angle of 265.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7A0FC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 160 | 252 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.01 |
| HSL | 265.43º | 0.94% | 0.81% | - |
| HSV(B) | 265.43º | 0.37% | 0.99% | - |
| XYZ | 53.69 | 44.31 | 97.82 | - |
| YUV | 182.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 252 | 0.21 | 0.37 | 0 | 0.01 | 265.43 | 0.94 | 0.81 |
| Hex | C7 | A0 | FC | 15 | 25 | 0 | 1 | 109 | 5E | 51 |
| Octal | 307 | 240 | 374 | 25 | 45 | 0 | 1 | 411 | 136 | 121 |
| Binary | 11000111 | 10100000 | 11111100 | 10101 | 100101 | 0 | 1 | 100001001 | 1011110 | 1010001 |
Color Harmonies of #C7A0FC
Complementary color
Monochromatic Colors of #C7A0FC
Black with #C7A0FC
Text Example
Text Example
White with #C7A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A0FC; }
p { color: rgb(199,160,252); }
H1.HeaderClassName
{
color: #C7A0FC;
}
.AnyTagClassName
{
color: #C7A0FC;
}
</style>
background-color css
<style>
a { background-color: #C7A0FC; }
a { background-color: rgb(199,160,252); }
div.DivClassName
{
background-color: #C7A0FC;
}
.BgClassName
{
background-color: #C7A0FC;
}
</style>
border-color css
<style>
span { border-color: #C7A0FC; }
span { border-color: rgb(199,160,252); }
td.TdClassName
{
border-color: #C7A0FC;
}
.TagClassName
{
border-color: #C7A0FC;
}
</style>