#CC94FC

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

Shades of Mauve #CC94FC

Tints of Mauve #CC94FC

Color information

#CC94FC (or 0xCC94FC) is unknown color: approx Mauve. HEX triplet: CC, 94 and FC. RGB value is (204,148,252). Sum of RGB (Red+Green+Blue) = 204+148+252=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94FC is #336B03. Grayscale: #B0B0B0. Windows color (decimal): -3369732 or 16553164. OLE color: 16553164.

HSL color Cylindrical-coordinate representation of color #CC94FC: hue angle of 272.31º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC94FC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204148252-
CMYK0.190.4100.01
HSL272.31º94.55%78.43%-
HSV(B)272.31º41.27%98.82%-
XYZ53.0641.0597.22-
YUV176.6170.55147.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=33.77%
G=24.50%
B=41.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041482520.190.4100.01272.3194.5578.43
HexCC94FC1329011105f4e
Octal314224374235101420137116
Binary110011001001010011111100100111010010110001000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94FC; }

 p { color: rgb(204,148,252); }

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

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

 a { background-color: rgb(204,148,252); }

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

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

 span { border-color: rgb(204,148,252); }

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