Shades of Mauve #C793FF
Tints of Mauve #C793FF
RGB
CMYK
RGB Variations
Color information
#C793FF (or 0xC793FF) is known color: Mauve. HEX triplet: C7, 93 and FF. RGB value is (199,147,255). Sum of RGB (Red+Green+Blue) = 199+147+255=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C793FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C793FF is #386C00. Grayscale: #AEAEAE. Windows color (decimal): -3697665 or 16749511. OLE color: 16749511.
HSL color Cylindrical-coordinate representation of color #C793FF: hue angle of 268.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C793FF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 147 | 255 | - |
| CMYK | 0.22 | 0.42 | 0 | 0 |
| HSL | 268.89º | 1% | 0.79% | - |
| HSV(B) | 268.89º | 0.42% | 1% | - |
| XYZ | 52.04 | 40.23 | 99.63 | - |
| YUV | 174.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 255 | 0.22 | 0.42 | 0 | 0 | 268.89 | 1 | 0.79 |
| Hex | C7 | 93 | FF | 16 | 2A | 0 | 0 | 10D | 64 | 4F |
| Octal | 307 | 223 | 377 | 26 | 52 | 0 | 0 | 415 | 144 | 117 |
| Binary | 11000111 | 10010011 | 11111111 | 10110 | 101010 | 0 | 0 | 100001101 | 1100100 | 1001111 |
Color Harmonies of #C793FF
Complementary color
Monochromatic Colors of #C793FF
Black with #C793FF
Text Example
Text Example
White with #C793FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793FF; }
p { color: rgb(199,147,255); }
H1.HeaderClassName
{
color: #C793FF;
}
.AnyTagClassName
{
color: #C793FF;
}
</style>
background-color css
<style>
a { background-color: #C793FF; }
a { background-color: rgb(199,147,255); }
div.DivClassName
{
background-color: #C793FF;
}
.BgClassName
{
background-color: #C793FF;
}
</style>
border-color css
<style>
span { border-color: #C793FF; }
span { border-color: rgb(199,147,255); }
td.TdClassName
{
border-color: #C793FF;
}
.TagClassName
{
border-color: #C793FF;
}
</style>