Shades of Mauve #C79CFF
Tints of Mauve #C79CFF
RGB
CMYK
RGB Variations
Color information
#C79CFF (or 0xC79CFF) is known color: Mauve. HEX triplet: C7, 9C and FF. RGB value is (199,156,255). Sum of RGB (Red+Green+Blue) = 199+156+255=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C79CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79CFF is #386300. Grayscale: #B3B3B3. Windows color (decimal): -3695361 or 16751815. OLE color: 16751815.
HSL color Cylindrical-coordinate representation of color #C79CFF: hue angle of 266.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C79CFF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 156 | 255 | - |
| CMYK | 0.22 | 0.39 | 0 | 0 |
| HSL | 266.06º | 1% | 0.81% | - |
| HSV(B) | 266.06º | 0.39% | 1% | - |
| XYZ | 53.49 | 43.14 | 100.12 | - |
| YUV | 180.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 255 | 0.22 | 0.39 | 0 | 0 | 266.06 | 1 | 0.81 |
| Hex | C7 | 9C | FF | 16 | 27 | 0 | 0 | 10A | 64 | 51 |
| Octal | 307 | 234 | 377 | 26 | 47 | 0 | 0 | 412 | 144 | 121 |
| Binary | 11000111 | 10011100 | 11111111 | 10110 | 100111 | 0 | 0 | 100001010 | 1100100 | 1010001 |
Color Harmonies of #C79CFF
Complementary color
Monochromatic Colors of #C79CFF
Black with #C79CFF
Text Example
Text Example
White with #C79CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79CFF; }
p { color: rgb(199,156,255); }
H1.HeaderClassName
{
color: #C79CFF;
}
.AnyTagClassName
{
color: #C79CFF;
}
</style>
background-color css
<style>
a { background-color: #C79CFF; }
a { background-color: rgb(199,156,255); }
div.DivClassName
{
background-color: #C79CFF;
}
.BgClassName
{
background-color: #C79CFF;
}
</style>
border-color css
<style>
span { border-color: #C79CFF; }
span { border-color: rgb(199,156,255); }
td.TdClassName
{
border-color: #C79CFF;
}
.TagClassName
{
border-color: #C79CFF;
}
</style>