Shades of Mauve #CF9CFF
Tints of Mauve #CF9CFF
RGB
CMYK
RGB Variations
Color information
#CF9CFF (or 0xCF9CFF) is known color: Mauve. HEX triplet: CF, 9C and FF. RGB value is (207,156,255). Sum of RGB (Red+Green+Blue) = 207+156+255=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFF is #306300. Grayscale: #B6B6B6. Windows color (decimal): -3171073 or 16751823. OLE color: 16751823.
HSL color Cylindrical-coordinate representation of color #CF9CFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF9CFF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 156 | 255 | - |
| CMYK | 0.19 | 0.39 | 0 | 0 |
| HSL | 270.91º | 1% | 0.81% | - |
| HSV(B) | 270.91º | 0.39% | 1% | - |
| XYZ | 55.67 | 44.26 | 100.22 | - |
| YUV | 182.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 255 | 0.19 | 0.39 | 0 | 0 | 270.91 | 1 | 0.81 |
| Hex | CF | 9C | FF | 13 | 27 | 0 | 0 | 10F | 64 | 51 |
| Octal | 317 | 234 | 377 | 23 | 47 | 0 | 0 | 417 | 144 | 121 |
| Binary | 11001111 | 10011100 | 11111111 | 10011 | 100111 | 0 | 0 | 100001111 | 1100100 | 1010001 |
Color Harmonies of #CF9CFF
Complementary color
Monochromatic Colors of #CF9CFF
Black with #CF9CFF
Text Example
Text Example
White with #CF9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CFF; }
p { color: rgb(207,156,255); }
H1.HeaderClassName
{
color: #CF9CFF;
}
.AnyTagClassName
{
color: #CF9CFF;
}
</style>
background-color css
<style>
a { background-color: #CF9CFF; }
a { background-color: rgb(207,156,255); }
div.DivClassName
{
background-color: #CF9CFF;
}
.BgClassName
{
background-color: #CF9CFF;
}
</style>
border-color css
<style>
span { border-color: #CF9CFF; }
span { border-color: rgb(207,156,255); }
td.TdClassName
{
border-color: #CF9CFF;
}
.TagClassName
{
border-color: #CF9CFF;
}
</style>