Shades of Mauve #CF9BFC
Tints of Mauve #CF9BFC
RGB
CMYK
RGB Variations
Color information
#CF9BFC (or 0xCF9BFC) is known color: Mauve. HEX triplet: CF, 9B and FC. RGB value is (207,155,252). Sum of RGB (Red+Green+Blue) = 207+155+252=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFC is #306403. Grayscale: #B5B5B5. Windows color (decimal): -3171332 or 16554959. OLE color: 16554959.
HSL color Cylindrical-coordinate representation of color #CF9BFC: hue angle of 272.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9BFC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 155 | 252 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.01 |
| HSL | 272.16º | 0.94% | 0.8% | - |
| HSV(B) | 272.16º | 0.38% | 0.99% | - |
| XYZ | 55.02 | 43.74 | 97.64 | - |
| YUV | 181.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 252 | 0.18 | 0.38 | 0 | 0.01 | 272.16 | 0.94 | 0.8 |
| Hex | CF | 9B | FC | 12 | 26 | 0 | 1 | 110 | 5E | 50 |
| Octal | 317 | 233 | 374 | 22 | 46 | 0 | 1 | 420 | 136 | 120 |
| Binary | 11001111 | 10011011 | 11111100 | 10010 | 100110 | 0 | 1 | 100010000 | 1011110 | 1010000 |
Color Harmonies of #CF9BFC
Complementary color
Monochromatic Colors of #CF9BFC
Black with #CF9BFC
Text Example
Text Example
White with #CF9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BFC; }
p { color: rgb(207,155,252); }
H1.HeaderClassName
{
color: #CF9BFC;
}
.AnyTagClassName
{
color: #CF9BFC;
}
</style>
background-color css
<style>
a { background-color: #CF9BFC; }
a { background-color: rgb(207,155,252); }
div.DivClassName
{
background-color: #CF9BFC;
}
.BgClassName
{
background-color: #CF9BFC;
}
</style>
border-color css
<style>
span { border-color: #CF9BFC; }
span { border-color: rgb(207,155,252); }
td.TdClassName
{
border-color: #CF9BFC;
}
.TagClassName
{
border-color: #CF9BFC;
}
</style>