#CC94FB

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

Shades of Mauve #CC94FB

Tints of Mauve #CC94FB

Color information

#CC94FB (or 0xCC94FB) is unknown color: approx Mauve. HEX triplet: CC, 94 and FB. RGB value is (204,148,251). Sum of RGB (Red+Green+Blue) = 204+148+251=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 148 (58.20% from 255 or 24.54% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94FB is #336B04. Grayscale: #B0B0B0. Windows color (decimal): -3369733 or 16487628. OLE color: 16487628.

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

Color convert

RGB204148251-
CMYK0.190.4100.02
HSL272.62º92.79%78.24%-
HSV(B)272.62º41.04%98.43%-
XYZ52.940.9896.39-
YUV176.49170.05147.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 148 (58.20% from 255) = 24.54%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=33.83%
G=24.54%
B=41.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041482510.190.4100.02272.6292.7978.24
HexCC94FB1329021115d4e
Octal314224373235102421135116
Binary1100110010010100111110111001110100101010001000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94FB; }

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

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

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

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

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

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

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

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