Shades of Mauve #CF96FA
Tints of Mauve #CF96FA
RGB
CMYK
RGB Variations
Color information
#CF96FA (or 0xCF96FA) is known color: Mauve. HEX triplet: CF, 96 and FA. RGB value is (207,150,250). Sum of RGB (Red+Green+Blue) = 207+150+250=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96FA is #306905. Grayscale: #B2B2B2. Windows color (decimal): -3172614 or 16422607. OLE color: 16422607.
HSL color Cylindrical-coordinate representation of color #CF96FA: hue angle of 274.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF96FA is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 150 | 250 | - |
| CMYK | 0.17 | 0.4 | 0 | 0.02 |
| HSL | 274.2º | 0.91% | 0.78% | - |
| HSV(B) | 274.2º | 0.4% | 0.98% | - |
| XYZ | 53.89 | 41.98 | 95.7 | - |
| YUV | 178.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 250 | 0.17 | 0.4 | 0 | 0.02 | 274.2 | 0.91 | 0.78 |
| Hex | CF | 96 | FA | 11 | 28 | 0 | 2 | 112 | 5B | 4E |
| Octal | 317 | 226 | 372 | 21 | 50 | 0 | 2 | 422 | 133 | 116 |
| Binary | 11001111 | 10010110 | 11111010 | 10001 | 101000 | 0 | 10 | 100010010 | 1011011 | 1001110 |
Color Harmonies of #CF96FA
Complementary color
Monochromatic Colors of #CF96FA
Black with #CF96FA
Text Example
Text Example
White with #CF96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96FA; }
p { color: rgb(207,150,250); }
H1.HeaderClassName
{
color: #CF96FA;
}
.AnyTagClassName
{
color: #CF96FA;
}
</style>
background-color css
<style>
a { background-color: #CF96FA; }
a { background-color: rgb(207,150,250); }
div.DivClassName
{
background-color: #CF96FA;
}
.BgClassName
{
background-color: #CF96FA;
}
</style>
border-color css
<style>
span { border-color: #CF96FA; }
span { border-color: rgb(207,150,250); }
td.TdClassName
{
border-color: #CF96FA;
}
.TagClassName
{
border-color: #CF96FA;
}
</style>