#CF92FE

Color #CF92FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CF92FE

Tints of Mauve #CF92FE

Color information

#CF92FE (or 0xCF92FE) is unknown color: approx 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

RGB207146254-
CMYK0.190.4300.00
HSL273.89º98.18%78.43%-
HSV(B)273.89º42.52%99.61%-
XYZ53.940.9898.83-
YUV176.55171.71149.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=34.10%
G=24.05%
B=41.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071462540.190.4300.00273.8998.1878.43
HexCF92FE132B00112624e
Octal317222376235300422142116
Binary110011111001001011111110100111010110010001001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>