#CF94FD

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

Shades of Mauve #CF94FD

Tints of Mauve #CF94FD

Color information

#CF94FD (or 0xCF94FD) is unknown color: approx Mauve. HEX triplet: CF, 94 and FD. RGB value is (207,148,253). Sum of RGB (Red+Green+Blue) = 207+148+253=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94FD is #306B02. Grayscale: #B1B1B1. Windows color (decimal): -3173123 or 16618703. OLE color: 16618703.

HSL color Cylindrical-coordinate representation of color #CF94FD: hue angle of 273.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF94FD is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207148253-
CMYK0.180.4200.01
HSL273.71º96.33%78.63%-
HSV(B)273.71º41.5%99.22%-
XYZ54.0541.5498.1-
YUV177.61170.55148.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 148 (58.20% from 255) = 24.34%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=34.05%
G=24.34%
B=41.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071482530.180.4200.01273.7196.3378.63
HexCF94FD122A01112604f
Octal317224375225201422140117
Binary110011111001010011111101100101010100110001001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94FD; }

 p { color: rgb(207,148,253); }

 H1.HeaderClassName
 {
   color: #CF94FD;
 }
 .AnyTagClassName
 {
   color: #CF94FD;
 }
</style>
background-color css

<style>
 a { background-color: #CF94FD; }

 a { background-color: rgb(207,148,253); }

 div.DivClassName
 {
   background-color: #CF94FD;
 }
 .BgClassName
 {
   background-color: #CF94FD;
 }
</style>
border-color css

<style>
 span { border-color: #CF94FD; }

 span { border-color: rgb(207,148,253); }

 td.TdClassName
 {
   border-color: #CF94FD;
 }
 .TagClassName
 {
   border-color: #CF94FD;
 }
</style>