Shades of Mauve #CF92FE
Tints of Mauve #CF92FE
RGB
CMYK
RGB Variations
Color information
#CF92FE (or 0xCF92FE) is known color: Mauve. HEX triplet: CF, 92 and FE. RGB value is (207,146,254). Sum of RGB (Red+Green+Blue) = 207+146+254=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF92FE is #306D01. Grayscale: #B0B0B0. Windows color (decimal): -3173634 or 16683727. OLE color: 16683727.
HSL color Cylindrical-coordinate representation of color #CF92FE: hue angle of 273.89º 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 #CF92FE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 146 | 254 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.00 |
| HSL | 273.89º | 0.98% | 0.78% | - |
| HSV(B) | 273.89º | 0.43% | 1% | - |
| XYZ | 53.9 | 40.98 | 98.83 | - |
| YUV | 176.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 254 | 0.19 | 0.43 | 0 | 0.00 | 273.89 | 0.98 | 0.78 |
| Hex | CF | 92 | FE | 13 | 2B | 0 | 0 | 112 | 62 | 4E |
| Octal | 317 | 222 | 376 | 23 | 53 | 0 | 0 | 422 | 142 | 116 |
| Binary | 11001111 | 10010010 | 11111110 | 10011 | 101011 | 0 | 0 | 100010010 | 1100010 | 1001110 |
Color Harmonies of #CF92FE
Complementary color
Monochromatic Colors of #CF92FE
Black with #CF92FE
Text Example
Text Example
White with #CF92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92FE; }
p { color: rgb(207,146,254); }
H1.HeaderClassName
{
color: #CF92FE;
}
.AnyTagClassName
{
color: #CF92FE;
}
</style>
background-color css
<style>
a { background-color: #CF92FE; }
a { background-color: rgb(207,146,254); }
div.DivClassName
{
background-color: #CF92FE;
}
.BgClassName
{
background-color: #CF92FE;
}
</style>
border-color css
<style>
span { border-color: #CF92FE; }
span { border-color: rgb(207,146,254); }
td.TdClassName
{
border-color: #CF92FE;
}
.TagClassName
{
border-color: #CF92FE;
}
</style>