Shades of Mauve #CF96FF
Tints of Mauve #CF96FF
RGB
CMYK
RGB Variations
Color information
#CF96FF (or 0xCF96FF) is known color: Mauve. HEX triplet: CF, 96 and FF. RGB value is (207,150,255). Sum of RGB (Red+Green+Blue) = 207+150+255=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96FF is #306900. Grayscale: #B2B2B2. Windows color (decimal): -3172609 or 16750287. OLE color: 16750287.
HSL color Cylindrical-coordinate representation of color #CF96FF: hue angle of 272.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF96FF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 150 | 255 | - |
| CMYK | 0.19 | 0.41 | 0 | 0 |
| HSL | 272.57º | 1% | 0.79% | - |
| HSV(B) | 272.57º | 0.41% | 1% | - |
| XYZ | 54.69 | 42.3 | 99.89 | - |
| YUV | 179.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 255 | 0.19 | 0.41 | 0 | 0 | 272.57 | 1 | 0.79 |
| Hex | CF | 96 | FF | 13 | 29 | 0 | 0 | 111 | 64 | 4F |
| Octal | 317 | 226 | 377 | 23 | 51 | 0 | 0 | 421 | 144 | 117 |
| Binary | 11001111 | 10010110 | 11111111 | 10011 | 101001 | 0 | 0 | 100010001 | 1100100 | 1001111 |
Color Harmonies of #CF96FF
Complementary color
Monochromatic Colors of #CF96FF
Black with #CF96FF
Text Example
Text Example
White with #CF96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96FF; }
p { color: rgb(207,150,255); }
H1.HeaderClassName
{
color: #CF96FF;
}
.AnyTagClassName
{
color: #CF96FF;
}
</style>
background-color css
<style>
a { background-color: #CF96FF; }
a { background-color: rgb(207,150,255); }
div.DivClassName
{
background-color: #CF96FF;
}
.BgClassName
{
background-color: #CF96FF;
}
</style>
border-color css
<style>
span { border-color: #CF96FF; }
span { border-color: rgb(207,150,255); }
td.TdClassName
{
border-color: #CF96FF;
}
.TagClassName
{
border-color: #CF96FF;
}
</style>