Shades of Mauve #C794FE
Tints of Mauve #C794FE
RGB
CMYK
RGB Variations
Color information
#C794FE (or 0xC794FE) is known color: Mauve. HEX triplet: C7, 94 and FE. RGB value is (199,148,254). Sum of RGB (Red+Green+Blue) = 199+148+254=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C794FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C794FE is #386B01. Grayscale: #AEAEAE. Windows color (decimal): -3697410 or 16684231. OLE color: 16684231.
HSL color Cylindrical-coordinate representation of color #C794FE: hue angle of 268.87º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C794FE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 148 | 254 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.00 |
| HSL | 268.87º | 0.98% | 0.79% | - |
| HSV(B) | 268.87º | 0.42% | 1% | - |
| XYZ | 52.03 | 40.48 | 98.84 | - |
| YUV | 175.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 254 | 0.22 | 0.42 | 0 | 0.00 | 268.87 | 0.98 | 0.79 |
| Hex | C7 | 94 | FE | 16 | 2A | 0 | 0 | 10D | 62 | 4F |
| Octal | 307 | 224 | 376 | 26 | 52 | 0 | 0 | 415 | 142 | 117 |
| Binary | 11000111 | 10010100 | 11111110 | 10110 | 101010 | 0 | 0 | 100001101 | 1100010 | 1001111 |
Color Harmonies of #C794FE
Complementary color
Monochromatic Colors of #C794FE
Black with #C794FE
Text Example
Text Example
White with #C794FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794FE; }
p { color: rgb(199,148,254); }
H1.HeaderClassName
{
color: #C794FE;
}
.AnyTagClassName
{
color: #C794FE;
}
</style>
background-color css
<style>
a { background-color: #C794FE; }
a { background-color: rgb(199,148,254); }
div.DivClassName
{
background-color: #C794FE;
}
.BgClassName
{
background-color: #C794FE;
}
</style>
border-color css
<style>
span { border-color: #C794FE; }
span { border-color: rgb(199,148,254); }
td.TdClassName
{
border-color: #C794FE;
}
.TagClassName
{
border-color: #C794FE;
}
</style>