Shades of Mauve #C599FF
Tints of Mauve #C599FF
RGB
CMYK
RGB Variations
Color information
#C599FF (or 0xC599FF) is known color: Mauve. HEX triplet: C5, 99 and FF. RGB value is (197,153,255). Sum of RGB (Red+Green+Blue) = 197+153+255=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C599FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C599FF is #3A6600. Grayscale: #B1B1B1. Windows color (decimal): -3827201 or 16751045. OLE color: 16751045.
HSL color Cylindrical-coordinate representation of color #C599FF: hue angle of 265.88º 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 #C599FF is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 153 | 255 | - |
| CMYK | 0.23 | 0.4 | 0 | 0 |
| HSL | 265.88º | 1% | 0.8% | - |
| HSV(B) | 265.88º | 0.4% | 1% | - |
| XYZ | 52.47 | 41.87 | 99.92 | - |
| YUV | 177.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 255 | 0.23 | 0.4 | 0 | 0 | 265.88 | 1 | 0.8 |
| Hex | C5 | 99 | FF | 17 | 28 | 0 | 0 | 10A | 64 | 50 |
| Octal | 305 | 231 | 377 | 27 | 50 | 0 | 0 | 412 | 144 | 120 |
| Binary | 11000101 | 10011001 | 11111111 | 10111 | 101000 | 0 | 0 | 100001010 | 1100100 | 1010000 |
Color Harmonies of #C599FF
Complementary color
Monochromatic Colors of #C599FF
Black with #C599FF
Text Example
Text Example
White with #C599FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599FF; }
p { color: rgb(197,153,255); }
H1.HeaderClassName
{
color: #C599FF;
}
.AnyTagClassName
{
color: #C599FF;
}
</style>
background-color css
<style>
a { background-color: #C599FF; }
a { background-color: rgb(197,153,255); }
div.DivClassName
{
background-color: #C599FF;
}
.BgClassName
{
background-color: #C599FF;
}
</style>
border-color css
<style>
span { border-color: #C599FF; }
span { border-color: rgb(197,153,255); }
td.TdClassName
{
border-color: #C599FF;
}
.TagClassName
{
border-color: #C599FF;
}
</style>