Shades of Mauve #C792FF
Tints of Mauve #C792FF
RGB
CMYK
RGB Variations
Color information
#C792FF (or 0xC792FF) is known color: Mauve. HEX triplet: C7, 92 and FF. RGB value is (199,146,255). Sum of RGB (Red+Green+Blue) = 199+146+255=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C792FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FF is #386D00. Grayscale: #ADADAD. Windows color (decimal): -3697921 or 16749255. OLE color: 16749255.
HSL color Cylindrical-coordinate representation of color #C792FF: hue angle of 269.17º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C792FF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 146 | 255 | - |
| CMYK | 0.22 | 0.43 | 0 | 0 |
| HSL | 269.17º | 1% | 0.79% | - |
| HSV(B) | 269.17º | 0.43% | 1% | - |
| XYZ | 51.88 | 39.92 | 99.58 | - |
| YUV | 174.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 255 | 0.22 | 0.43 | 0 | 0 | 269.17 | 1 | 0.79 |
| Hex | C7 | 92 | FF | 16 | 2B | 0 | 0 | 10D | 64 | 4F |
| Octal | 307 | 222 | 377 | 26 | 53 | 0 | 0 | 415 | 144 | 117 |
| Binary | 11000111 | 10010010 | 11111111 | 10110 | 101011 | 0 | 0 | 100001101 | 1100100 | 1001111 |
Color Harmonies of #C792FF
Complementary color
Monochromatic Colors of #C792FF
Black with #C792FF
Text Example
Text Example
White with #C792FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792FF; }
p { color: rgb(199,146,255); }
H1.HeaderClassName
{
color: #C792FF;
}
.AnyTagClassName
{
color: #C792FF;
}
</style>
background-color css
<style>
a { background-color: #C792FF; }
a { background-color: rgb(199,146,255); }
div.DivClassName
{
background-color: #C792FF;
}
.BgClassName
{
background-color: #C792FF;
}
</style>
border-color css
<style>
span { border-color: #C792FF; }
span { border-color: rgb(199,146,255); }
td.TdClassName
{
border-color: #C792FF;
}
.TagClassName
{
border-color: #C792FF;
}
</style>