Shades of Mauve #CF9FFF
Tints of Mauve #CF9FFF
RGB
CMYK
RGB Variations
Color information
#CF9FFF (or 0xCF9FFF) is known color: Mauve. HEX triplet: CF, 9F and FF. RGB value is (207,159,255). Sum of RGB (Red+Green+Blue) = 207+159+255=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFF is #306000. Grayscale: #B7B7B7. Windows color (decimal): -3170305 or 16752591. OLE color: 16752591.
HSL color Cylindrical-coordinate representation of color #CF9FFF: hue angle of 270º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9FFF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 159 | 255 | - |
| CMYK | 0.19 | 0.38 | 0 | 0 |
| HSL | 270º | 1% | 0.81% | - |
| HSV(B) | 270º | 0.38% | 1% | - |
| XYZ | 56.18 | 45.28 | 100.39 | - |
| YUV | 184.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 255 | 0.19 | 0.38 | 0 | 0 | 270 | 1 | 0.81 |
| Hex | CF | 9F | FF | 13 | 26 | 0 | 0 | 10E | 64 | 51 |
| Octal | 317 | 237 | 377 | 23 | 46 | 0 | 0 | 416 | 144 | 121 |
| Binary | 11001111 | 10011111 | 11111111 | 10011 | 100110 | 0 | 0 | 100001110 | 1100100 | 1010001 |
Color Harmonies of #CF9FFF
Complementary color
Monochromatic Colors of #CF9FFF
Black with #CF9FFF
Text Example
Text Example
White with #CF9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FFF; }
p { color: rgb(207,159,255); }
H1.HeaderClassName
{
color: #CF9FFF;
}
.AnyTagClassName
{
color: #CF9FFF;
}
</style>
background-color css
<style>
a { background-color: #CF9FFF; }
a { background-color: rgb(207,159,255); }
div.DivClassName
{
background-color: #CF9FFF;
}
.BgClassName
{
background-color: #CF9FFF;
}
</style>
border-color css
<style>
span { border-color: #CF9FFF; }
span { border-color: rgb(207,159,255); }
td.TdClassName
{
border-color: #CF9FFF;
}
.TagClassName
{
border-color: #CF9FFF;
}
</style>