Shades of Mauve #CFA1F3
Tints of Mauve #CFA1F3
RGB
CMYK
RGB Variations
Color information
#CFA1F3 (or 0xCFA1F3) is known color: Mauve. HEX triplet: CF, A1 and F3. RGB value is (207,161,243). Sum of RGB (Red+Green+Blue) = 207+161+243=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1F3 is #305E0C. Grayscale: #B7B7B7. Windows color (decimal): -3169805 or 15966671. OLE color: 15966671.
HSL color Cylindrical-coordinate representation of color #CFA1F3: hue angle of 273.66º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA1F3 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 161 | 243 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.05 |
| HSL | 273.66º | 0.77% | 0.79% | - |
| HSV(B) | 273.66º | 0.34% | 0.95% | - |
| XYZ | 54.65 | 45.23 | 90.64 | - |
| YUV | 184.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 243 | 0.15 | 0.34 | 0 | 0.05 | 273.66 | 0.77 | 0.79 |
| Hex | CF | A1 | F3 | F | 22 | 0 | 5 | 112 | 4D | 4F |
| Octal | 317 | 241 | 363 | 17 | 42 | 0 | 5 | 422 | 115 | 117 |
| Binary | 11001111 | 10100001 | 11110011 | 1111 | 100010 | 0 | 101 | 100010010 | 1001101 | 1001111 |
Color Harmonies of #CFA1F3
Complementary color
Monochromatic Colors of #CFA1F3
Black with #CFA1F3
Text Example
Text Example
White with #CFA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1F3; }
p { color: rgb(207,161,243); }
H1.HeaderClassName
{
color: #CFA1F3;
}
.AnyTagClassName
{
color: #CFA1F3;
}
</style>
background-color css
<style>
a { background-color: #CFA1F3; }
a { background-color: rgb(207,161,243); }
div.DivClassName
{
background-color: #CFA1F3;
}
.BgClassName
{
background-color: #CFA1F3;
}
</style>
border-color css
<style>
span { border-color: #CFA1F3; }
span { border-color: rgb(207,161,243); }
td.TdClassName
{
border-color: #CFA1F3;
}
.TagClassName
{
border-color: #CFA1F3;
}
</style>