Shades of Mauve #C595FF
Tints of Mauve #C595FF
RGB
CMYK
RGB Variations
Color information
#C595FF (or 0xC595FF) is known color: Mauve. HEX triplet: C5, 95 and FF. RGB value is (197,149,255). Sum of RGB (Red+Green+Blue) = 197+149+255=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C595FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FF is #3A6A00. Grayscale: #AFAFAF. Windows color (decimal): -3828225 or 16750021. OLE color: 16750021.
HSL color Cylindrical-coordinate representation of color #C595FF: hue angle of 267.17º 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 #C595FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 149 | 255 | - |
| CMYK | 0.23 | 0.42 | 0 | 0 |
| HSL | 267.17º | 1% | 0.79% | - |
| HSV(B) | 267.17º | 0.42% | 1% | - |
| XYZ | 51.82 | 40.59 | 99.71 | - |
| YUV | 175.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 255 | 0.23 | 0.42 | 0 | 0 | 267.17 | 1 | 0.79 |
| Hex | C5 | 95 | FF | 17 | 2A | 0 | 0 | 10B | 64 | 4F |
| Octal | 305 | 225 | 377 | 27 | 52 | 0 | 0 | 413 | 144 | 117 |
| Binary | 11000101 | 10010101 | 11111111 | 10111 | 101010 | 0 | 0 | 100001011 | 1100100 | 1001111 |
Color Harmonies of #C595FF
Complementary color
Monochromatic Colors of #C595FF
Black with #C595FF
Text Example
Text Example
White with #C595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595FF; }
p { color: rgb(197,149,255); }
H1.HeaderClassName
{
color: #C595FF;
}
.AnyTagClassName
{
color: #C595FF;
}
</style>
background-color css
<style>
a { background-color: #C595FF; }
a { background-color: rgb(197,149,255); }
div.DivClassName
{
background-color: #C595FF;
}
.BgClassName
{
background-color: #C595FF;
}
</style>
border-color css
<style>
span { border-color: #C595FF; }
span { border-color: rgb(197,149,255); }
td.TdClassName
{
border-color: #C595FF;
}
.TagClassName
{
border-color: #C595FF;
}
</style>