Shades of Mauve #CF9FFB
Tints of Mauve #CF9FFB
RGB
CMYK
RGB Variations
Color information
#CF9FFB (or 0xCF9FFB) is known color: Mauve. HEX triplet: CF, 9F and FB. RGB value is (207,159,251). Sum of RGB (Red+Green+Blue) = 207+159+251=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFB is #306004. Grayscale: #B7B7B7. Windows color (decimal): -3170309 or 16490447. OLE color: 16490447.
HSL color Cylindrical-coordinate representation of color #CF9FFB: hue angle of 271.3º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9FFB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 159 | 251 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.02 |
| HSL | 271.3º | 0.92% | 0.8% | - |
| HSV(B) | 271.3º | 0.37% | 0.98% | - |
| XYZ | 55.54 | 45.03 | 97.03 | - |
| YUV | 183.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 251 | 0.18 | 0.37 | 0 | 0.02 | 271.3 | 0.92 | 0.8 |
| Hex | CF | 9F | FB | 12 | 25 | 0 | 2 | 10F | 5C | 50 |
| Octal | 317 | 237 | 373 | 22 | 45 | 0 | 2 | 417 | 134 | 120 |
| Binary | 11001111 | 10011111 | 11111011 | 10010 | 100101 | 0 | 10 | 100001111 | 1011100 | 1010000 |
Color Harmonies of #CF9FFB
Complementary color
Monochromatic Colors of #CF9FFB
Black with #CF9FFB
Text Example
Text Example
White with #CF9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FFB; }
p { color: rgb(207,159,251); }
H1.HeaderClassName
{
color: #CF9FFB;
}
.AnyTagClassName
{
color: #CF9FFB;
}
</style>
background-color css
<style>
a { background-color: #CF9FFB; }
a { background-color: rgb(207,159,251); }
div.DivClassName
{
background-color: #CF9FFB;
}
.BgClassName
{
background-color: #CF9FFB;
}
</style>
border-color css
<style>
span { border-color: #CF9FFB; }
span { border-color: rgb(207,159,251); }
td.TdClassName
{
border-color: #CF9FFB;
}
.TagClassName
{
border-color: #CF9FFB;
}
</style>