Shades of Mauve #CF91FE
Tints of Mauve #CF91FE
RGB
CMYK
RGB Variations
Color information
#CF91FE (or 0xCF91FE) is known color: Mauve. HEX triplet: CF, 91 and FE. RGB value is (207,145,254). Sum of RGB (Red+Green+Blue) = 207+145+254=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF91FE is #306E01. Grayscale: #AFAFAF. Windows color (decimal): -3173890 or 16683471. OLE color: 16683471.
HSL color Cylindrical-coordinate representation of color #CF91FE: hue angle of 274.13º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF91FE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 145 | 254 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.00 |
| HSL | 274.13º | 0.98% | 0.78% | - |
| HSV(B) | 274.13º | 0.43% | 1% | - |
| XYZ | 53.75 | 40.67 | 98.78 | - |
| YUV | 175.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 254 | 0.19 | 0.43 | 0 | 0.00 | 274.13 | 0.98 | 0.78 |
| Hex | CF | 91 | FE | 13 | 2B | 0 | 0 | 112 | 62 | 4E |
| Octal | 317 | 221 | 376 | 23 | 53 | 0 | 0 | 422 | 142 | 116 |
| Binary | 11001111 | 10010001 | 11111110 | 10011 | 101011 | 0 | 0 | 100010010 | 1100010 | 1001110 |
Color Harmonies of #CF91FE
Complementary color
Monochromatic Colors of #CF91FE
Black with #CF91FE
Text Example
Text Example
White with #CF91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF91FE; }
p { color: rgb(207,145,254); }
H1.HeaderClassName
{
color: #CF91FE;
}
.AnyTagClassName
{
color: #CF91FE;
}
</style>
background-color css
<style>
a { background-color: #CF91FE; }
a { background-color: rgb(207,145,254); }
div.DivClassName
{
background-color: #CF91FE;
}
.BgClassName
{
background-color: #CF91FE;
}
</style>
border-color css
<style>
span { border-color: #CF91FE; }
span { border-color: rgb(207,145,254); }
td.TdClassName
{
border-color: #CF91FE;
}
.TagClassName
{
border-color: #CF91FE;
}
</style>