Shades of Mauve #C498FF
Tints of Mauve #C498FF
RGB
CMYK
RGB Variations
Color information
#C498FF (or 0xC498FF) is known color: Mauve. HEX triplet: C4, 98 and FF. RGB value is (196,152,255). Sum of RGB (Red+Green+Blue) = 196+152+255=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C498FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498FF is #3B6700. Grayscale: #B0B0B0. Windows color (decimal): -3892993 or 16750788. OLE color: 16750788.
HSL color Cylindrical-coordinate representation of color #C498FF: hue angle of 265.63º 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 #C498FF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 152 | 255 | - |
| CMYK | 0.23 | 0.40 | 0 | 0 |
| HSL | 265.63º | 1% | 0.8% | - |
| HSV(B) | 265.63º | 0.4% | 1% | - |
| XYZ | 52.04 | 41.41 | 99.86 | - |
| YUV | 176.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 255 | 0.23 | 0.40 | 0 | 0 | 265.63 | 1 | 0.8 |
| Hex | C4 | 98 | FF | 17 | 28 | 0 | 0 | 10A | 64 | 50 |
| Octal | 304 | 230 | 377 | 27 | 50 | 0 | 0 | 412 | 144 | 120 |
| Binary | 11000100 | 10011000 | 11111111 | 10111 | 101000 | 0 | 0 | 100001010 | 1100100 | 1010000 |
Color Harmonies of #C498FF
Complementary color
Monochromatic Colors of #C498FF
Black with #C498FF
Text Example
Text Example
White with #C498FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498FF; }
p { color: rgb(196,152,255); }
H1.HeaderClassName
{
color: #C498FF;
}
.AnyTagClassName
{
color: #C498FF;
}
</style>
background-color css
<style>
a { background-color: #C498FF; }
a { background-color: rgb(196,152,255); }
div.DivClassName
{
background-color: #C498FF;
}
.BgClassName
{
background-color: #C498FF;
}
</style>
border-color css
<style>
span { border-color: #C498FF; }
span { border-color: rgb(196,152,255); }
td.TdClassName
{
border-color: #C498FF;
}
.TagClassName
{
border-color: #C498FF;
}
</style>