Shades of Mauve #CF9FFA
Tints of Mauve #CF9FFA
RGB
CMYK
RGB Variations
Color information
#CF9FFA (or 0xCF9FFA) is known color: Mauve. HEX triplet: CF, 9F and FA. RGB value is (207,159,250). Sum of RGB (Red+Green+Blue) = 207+159+250=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFA is #306005. Grayscale: #B7B7B7. Windows color (decimal): -3170310 or 16424911. OLE color: 16424911.
HSL color Cylindrical-coordinate representation of color #CF9FFA: hue angle of 271.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9FFA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 159 | 250 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.02 |
| HSL | 271.65º | 0.9% | 0.8% | - |
| HSV(B) | 271.65º | 0.36% | 0.98% | - |
| XYZ | 55.39 | 44.96 | 96.2 | - |
| YUV | 183.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 250 | 0.17 | 0.36 | 0 | 0.02 | 271.65 | 0.9 | 0.8 |
| Hex | CF | 9F | FA | 11 | 24 | 0 | 2 | 110 | 5A | 50 |
| Octal | 317 | 237 | 372 | 21 | 44 | 0 | 2 | 420 | 132 | 120 |
| Binary | 11001111 | 10011111 | 11111010 | 10001 | 100100 | 0 | 10 | 100010000 | 1011010 | 1010000 |
Color Harmonies of #CF9FFA
Complementary color
Monochromatic Colors of #CF9FFA
Black with #CF9FFA
Text Example
Text Example
White with #CF9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FFA; }
p { color: rgb(207,159,250); }
H1.HeaderClassName
{
color: #CF9FFA;
}
.AnyTagClassName
{
color: #CF9FFA;
}
</style>
background-color css
<style>
a { background-color: #CF9FFA; }
a { background-color: rgb(207,159,250); }
div.DivClassName
{
background-color: #CF9FFA;
}
.BgClassName
{
background-color: #CF9FFA;
}
</style>
border-color css
<style>
span { border-color: #CF9FFA; }
span { border-color: rgb(207,159,250); }
td.TdClassName
{
border-color: #CF9FFA;
}
.TagClassName
{
border-color: #CF9FFA;
}
</style>