Shades of Mauve #CF99FE
Tints of Mauve #CF99FE
RGB
CMYK
RGB Variations
Color information
#CF99FE (or 0xCF99FE) is known color: Mauve. HEX triplet: CF, 99 and FE. RGB value is (207,153,254). Sum of RGB (Red+Green+Blue) = 207+153+254=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99FE is #306601. Grayscale: #B4B4B4. Windows color (decimal): -3171842 or 16685519. OLE color: 16685519.
HSL color Cylindrical-coordinate representation of color #CF99FE: hue angle of 272.08º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF99FE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 153 | 254 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.00 |
| HSL | 272.08º | 0.98% | 0.8% | - |
| HSV(B) | 272.08º | 0.4% | 1% | - |
| XYZ | 55.01 | 43.2 | 99.21 | - |
| YUV | 180.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 254 | 0.19 | 0.40 | 0 | 0.00 | 272.08 | 0.98 | 0.8 |
| Hex | CF | 99 | FE | 13 | 28 | 0 | 0 | 110 | 62 | 50 |
| Octal | 317 | 231 | 376 | 23 | 50 | 0 | 0 | 420 | 142 | 120 |
| Binary | 11001111 | 10011001 | 11111110 | 10011 | 101000 | 0 | 0 | 100010000 | 1100010 | 1010000 |
Color Harmonies of #CF99FE
Complementary color
Monochromatic Colors of #CF99FE
Black with #CF99FE
Text Example
Text Example
White with #CF99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99FE; }
p { color: rgb(207,153,254); }
H1.HeaderClassName
{
color: #CF99FE;
}
.AnyTagClassName
{
color: #CF99FE;
}
</style>
background-color css
<style>
a { background-color: #CF99FE; }
a { background-color: rgb(207,153,254); }
div.DivClassName
{
background-color: #CF99FE;
}
.BgClassName
{
background-color: #CF99FE;
}
</style>
border-color css
<style>
span { border-color: #CF99FE; }
span { border-color: rgb(207,153,254); }
td.TdClassName
{
border-color: #CF99FE;
}
.TagClassName
{
border-color: #CF99FE;
}
</style>