Shades of Mauve #C79FFC
Tints of Mauve #C79FFC
RGB
CMYK
RGB Variations
Color information
#C79FFC (or 0xC79FFC) is known color: Mauve. HEX triplet: C7, 9F and FC. RGB value is (199,159,252). Sum of RGB (Red+Green+Blue) = 199+159+252=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #C79FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79FFC is #386003. Grayscale: #B5B5B5. Windows color (decimal): -3694596 or 16555975. OLE color: 16555975.
HSL color Cylindrical-coordinate representation of color #C79FFC: hue angle of 265.81º 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 #C79FFC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 159 | 252 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.01 |
| HSL | 265.81º | 0.94% | 0.81% | - |
| HSV(B) | 265.81º | 0.37% | 0.99% | - |
| XYZ | 53.52 | 43.97 | 97.76 | - |
| YUV | 181.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 252 | 0.21 | 0.37 | 0 | 0.01 | 265.81 | 0.94 | 0.81 |
| Hex | C7 | 9F | FC | 15 | 25 | 0 | 1 | 10A | 5E | 51 |
| Octal | 307 | 237 | 374 | 25 | 45 | 0 | 1 | 412 | 136 | 121 |
| Binary | 11000111 | 10011111 | 11111100 | 10101 | 100101 | 0 | 1 | 100001010 | 1011110 | 1010001 |
Color Harmonies of #C79FFC
Complementary color
Monochromatic Colors of #C79FFC
Black with #C79FFC
Text Example
Text Example
White with #C79FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79FFC; }
p { color: rgb(199,159,252); }
H1.HeaderClassName
{
color: #C79FFC;
}
.AnyTagClassName
{
color: #C79FFC;
}
</style>
background-color css
<style>
a { background-color: #C79FFC; }
a { background-color: rgb(199,159,252); }
div.DivClassName
{
background-color: #C79FFC;
}
.BgClassName
{
background-color: #C79FFC;
}
</style>
border-color css
<style>
span { border-color: #C79FFC; }
span { border-color: rgb(199,159,252); }
td.TdClassName
{
border-color: #C79FFC;
}
.TagClassName
{
border-color: #C79FFC;
}
</style>