Shades of Mauve #C595FE
Tints of Mauve #C595FE
RGB
CMYK
RGB Variations
Color information
#C595FE (or 0xC595FE) is known color: Mauve. HEX triplet: C5, 95 and FE. RGB value is (197,149,254). Sum of RGB (Red+Green+Blue) = 197+149+254=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C595FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595FE is #3A6A01. Grayscale: #AEAEAE. Windows color (decimal): -3828226 or 16684485. OLE color: 16684485.
HSL color Cylindrical-coordinate representation of color #C595FE: hue angle of 267.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C595FE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 149 | 254 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.00 |
| HSL | 267.43º | 0.98% | 0.79% | - |
| HSV(B) | 267.43º | 0.41% | 1% | - |
| XYZ | 51.66 | 40.52 | 98.86 | - |
| YUV | 175.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 254 | 0.22 | 0.41 | 0 | 0.00 | 267.43 | 0.98 | 0.79 |
| Hex | C5 | 95 | FE | 16 | 29 | 0 | 0 | 10B | 62 | 4F |
| Octal | 305 | 225 | 376 | 26 | 51 | 0 | 0 | 413 | 142 | 117 |
| Binary | 11000101 | 10010101 | 11111110 | 10110 | 101001 | 0 | 0 | 100001011 | 1100010 | 1001111 |
Color Harmonies of #C595FE
Complementary color
Monochromatic Colors of #C595FE
Black with #C595FE
Text Example
Text Example
White with #C595FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595FE; }
p { color: rgb(197,149,254); }
H1.HeaderClassName
{
color: #C595FE;
}
.AnyTagClassName
{
color: #C595FE;
}
</style>
background-color css
<style>
a { background-color: #C595FE; }
a { background-color: rgb(197,149,254); }
div.DivClassName
{
background-color: #C595FE;
}
.BgClassName
{
background-color: #C595FE;
}
</style>
border-color css
<style>
span { border-color: #C595FE; }
span { border-color: rgb(197,149,254); }
td.TdClassName
{
border-color: #C595FE;
}
.TagClassName
{
border-color: #C595FE;
}
</style>