Shades of Mauve #C799FF
Tints of Mauve #C799FF
RGB
CMYK
RGB Variations
Color information
#C799FF (or 0xC799FF) is known color: Mauve. HEX triplet: C7, 99 and FF. RGB value is (199,153,255). Sum of RGB (Red+Green+Blue) = 199+153+255=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C799FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C799FF is #386600. Grayscale: #B2B2B2. Windows color (decimal): -3696129 or 16751047. OLE color: 16751047.
HSL color Cylindrical-coordinate representation of color #C799FF: hue angle of 267.06º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C799FF is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 153 | 255 | - |
| CMYK | 0.22 | 0.4 | 0 | 0 |
| HSL | 267.06º | 1% | 0.8% | - |
| HSV(B) | 267.06º | 0.4% | 1% | - |
| XYZ | 52.99 | 42.14 | 99.95 | - |
| YUV | 178.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 255 | 0.22 | 0.4 | 0 | 0 | 267.06 | 1 | 0.8 |
| Hex | C7 | 99 | FF | 16 | 28 | 0 | 0 | 10B | 64 | 50 |
| Octal | 307 | 231 | 377 | 26 | 50 | 0 | 0 | 413 | 144 | 120 |
| Binary | 11000111 | 10011001 | 11111111 | 10110 | 101000 | 0 | 0 | 100001011 | 1100100 | 1010000 |
Color Harmonies of #C799FF
Complementary color
Monochromatic Colors of #C799FF
Black with #C799FF
Text Example
Text Example
White with #C799FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799FF; }
p { color: rgb(199,153,255); }
H1.HeaderClassName
{
color: #C799FF;
}
.AnyTagClassName
{
color: #C799FF;
}
</style>
background-color css
<style>
a { background-color: #C799FF; }
a { background-color: rgb(199,153,255); }
div.DivClassName
{
background-color: #C799FF;
}
.BgClassName
{
background-color: #C799FF;
}
</style>
border-color css
<style>
span { border-color: #C799FF; }
span { border-color: rgb(199,153,255); }
td.TdClassName
{
border-color: #C799FF;
}
.TagClassName
{
border-color: #C799FF;
}
</style>