Shades of Mauve #C493FF
Tints of Mauve #C493FF
RGB
CMYK
RGB Variations
Color information
#C493FF (or 0xC493FF) is known color: Mauve. HEX triplet: C4, 93 and FF. RGB value is (196,147,255). Sum of RGB (Red+Green+Blue) = 196+147+255=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C493FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493FF is #3B6C00. Grayscale: #ADADAD. Windows color (decimal): -3894273 or 16749508. OLE color: 16749508.
HSL color Cylindrical-coordinate representation of color #C493FF: hue angle of 267.22º 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 #C493FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 147 | 255 | - |
| CMYK | 0.23 | 0.42 | 0 | 0 |
| HSL | 267.22º | 1% | 0.79% | - |
| HSV(B) | 267.22º | 0.42% | 1% | - |
| XYZ | 51.25 | 39.82 | 99.59 | - |
| YUV | 173.96 | 173.73 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 255 | 0.23 | 0.42 | 0 | 0 | 267.22 | 1 | 0.79 |
| Hex | C4 | 93 | FF | 17 | 2A | 0 | 0 | 10B | 64 | 4F |
| Octal | 304 | 223 | 377 | 27 | 52 | 0 | 0 | 413 | 144 | 117 |
| Binary | 11000100 | 10010011 | 11111111 | 10111 | 101010 | 0 | 0 | 100001011 | 1100100 | 1001111 |
Color Harmonies of #C493FF
Complementary color
Monochromatic Colors of #C493FF
Black with #C493FF
Text Example
Text Example
White with #C493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493FF; }
p { color: rgb(196,147,255); }
H1.HeaderClassName
{
color: #C493FF;
}
.AnyTagClassName
{
color: #C493FF;
}
</style>
background-color css
<style>
a { background-color: #C493FF; }
a { background-color: rgb(196,147,255); }
div.DivClassName
{
background-color: #C493FF;
}
.BgClassName
{
background-color: #C493FF;
}
</style>
border-color css
<style>
span { border-color: #C493FF; }
span { border-color: rgb(196,147,255); }
td.TdClassName
{
border-color: #C493FF;
}
.TagClassName
{
border-color: #C493FF;
}
</style>