Shades of Mauve #CF9FFC
Tints of Mauve #CF9FFC
RGB
CMYK
RGB Variations
Color information
#CF9FFC (or 0xCF9FFC) is known color: Mauve. HEX triplet: CF, 9F and FC. RGB value is (207,159,252). Sum of RGB (Red+Green+Blue) = 207+159+252=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFC is #306003. Grayscale: #B7B7B7. Windows color (decimal): -3170308 or 16555983. OLE color: 16555983.
HSL color Cylindrical-coordinate representation of color #CF9FFC: hue angle of 270.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9FFC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 159 | 252 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.01 |
| HSL | 270.97º | 0.94% | 0.81% | - |
| HSV(B) | 270.97º | 0.37% | 0.99% | - |
| XYZ | 55.7 | 45.09 | 97.86 | - |
| YUV | 183.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 252 | 0.18 | 0.37 | 0 | 0.01 | 270.97 | 0.94 | 0.81 |
| Hex | CF | 9F | FC | 12 | 25 | 0 | 1 | 10F | 5E | 51 |
| Octal | 317 | 237 | 374 | 22 | 45 | 0 | 1 | 417 | 136 | 121 |
| Binary | 11001111 | 10011111 | 11111100 | 10010 | 100101 | 0 | 1 | 100001111 | 1011110 | 1010001 |
Color Harmonies of #CF9FFC
Complementary color
Monochromatic Colors of #CF9FFC
Black with #CF9FFC
Text Example
Text Example
White with #CF9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FFC; }
p { color: rgb(207,159,252); }
H1.HeaderClassName
{
color: #CF9FFC;
}
.AnyTagClassName
{
color: #CF9FFC;
}
</style>
background-color css
<style>
a { background-color: #CF9FFC; }
a { background-color: rgb(207,159,252); }
div.DivClassName
{
background-color: #CF9FFC;
}
.BgClassName
{
background-color: #CF9FFC;
}
</style>
border-color css
<style>
span { border-color: #CF9FFC; }
span { border-color: rgb(207,159,252); }
td.TdClassName
{
border-color: #CF9FFC;
}
.TagClassName
{
border-color: #CF9FFC;
}
</style>