Shades of Mauve #C593FF
Tints of Mauve #C593FF
RGB
CMYK
RGB Variations
Color information
#C593FF (or 0xC593FF) is known color: Mauve. HEX triplet: C5, 93 and FF. RGB value is (197,147,255). Sum of RGB (Red+Green+Blue) = 197+147+255=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C593FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C593FF is #3A6C00. Grayscale: #ADADAD. Windows color (decimal): -3828737 or 16749509. OLE color: 16749509.
HSL color Cylindrical-coordinate representation of color #C593FF: hue angle of 267.78º 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 #C593FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 147 | 255 | - |
| CMYK | 0.23 | 0.42 | 0 | 0 |
| HSL | 267.78º | 1% | 0.79% | - |
| HSV(B) | 267.78º | 0.42% | 1% | - |
| XYZ | 51.51 | 39.96 | 99.61 | - |
| YUV | 174.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 255 | 0.23 | 0.42 | 0 | 0 | 267.78 | 1 | 0.79 |
| Hex | C5 | 93 | FF | 17 | 2A | 0 | 0 | 10C | 64 | 4F |
| Octal | 305 | 223 | 377 | 27 | 52 | 0 | 0 | 414 | 144 | 117 |
| Binary | 11000101 | 10010011 | 11111111 | 10111 | 101010 | 0 | 0 | 100001100 | 1100100 | 1001111 |
Color Harmonies of #C593FF
Complementary color
Monochromatic Colors of #C593FF
Black with #C593FF
Text Example
Text Example
White with #C593FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C593FF; }
p { color: rgb(197,147,255); }
H1.HeaderClassName
{
color: #C593FF;
}
.AnyTagClassName
{
color: #C593FF;
}
</style>
background-color css
<style>
a { background-color: #C593FF; }
a { background-color: rgb(197,147,255); }
div.DivClassName
{
background-color: #C593FF;
}
.BgClassName
{
background-color: #C593FF;
}
</style>
border-color css
<style>
span { border-color: #C593FF; }
span { border-color: rgb(197,147,255); }
td.TdClassName
{
border-color: #C593FF;
}
.TagClassName
{
border-color: #C593FF;
}
</style>