Shades of Mauve #CF9AFF
Tints of Mauve #CF9AFF
RGB
CMYK
RGB Variations
Color information
#CF9AFF (or 0xCF9AFF) is known color: Mauve. HEX triplet: CF, 9A and FF. RGB value is (207,154,255). Sum of RGB (Red+Green+Blue) = 207+154+255=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9AFF is #306500. Grayscale: #B5B5B5. Windows color (decimal): -3171585 or 16751311. OLE color: 16751311.
HSL color Cylindrical-coordinate representation of color #CF9AFF: hue angle of 271.49º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF9AFF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 154 | 255 | - |
| CMYK | 0.19 | 0.40 | 0 | 0 |
| HSL | 271.49º | 1% | 0.8% | - |
| HSV(B) | 271.49º | 0.4% | 1% | - |
| XYZ | 55.34 | 43.6 | 100.11 | - |
| YUV | 181.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 255 | 0.19 | 0.40 | 0 | 0 | 271.49 | 1 | 0.8 |
| Hex | CF | 9A | FF | 13 | 28 | 0 | 0 | 10F | 64 | 50 |
| Octal | 317 | 232 | 377 | 23 | 50 | 0 | 0 | 417 | 144 | 120 |
| Binary | 11001111 | 10011010 | 11111111 | 10011 | 101000 | 0 | 0 | 100001111 | 1100100 | 1010000 |
Color Harmonies of #CF9AFF
Complementary color
Monochromatic Colors of #CF9AFF
Black with #CF9AFF
Text Example
Text Example
White with #CF9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9AFF; }
p { color: rgb(207,154,255); }
H1.HeaderClassName
{
color: #CF9AFF;
}
.AnyTagClassName
{
color: #CF9AFF;
}
</style>
background-color css
<style>
a { background-color: #CF9AFF; }
a { background-color: rgb(207,154,255); }
div.DivClassName
{
background-color: #CF9AFF;
}
.BgClassName
{
background-color: #CF9AFF;
}
</style>
border-color css
<style>
span { border-color: #CF9AFF; }
span { border-color: rgb(207,154,255); }
td.TdClassName
{
border-color: #CF9AFF;
}
.TagClassName
{
border-color: #CF9AFF;
}
</style>