#CC95FB

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

Shades of Mauve #CC95FB

Tints of Mauve #CC95FB

Color information

#CC95FB (or 0xCC95FB) is unknown color: approx Mauve. HEX triplet: CC, 95 and FB. RGB value is (204,149,251). Sum of RGB (Red+Green+Blue) = 204+149+251=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC95FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95FB is #336A04. Grayscale: #B0B0B0. Windows color (decimal): -3369477 or 16487884. OLE color: 16487884.

HSL color Cylindrical-coordinate representation of color #CC95FB: hue angle of 272.35º 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 #CC95FB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204149251-
CMYK0.190.4100.02
HSL272.35º92.73%78.43%-
HSV(B)272.35º40.64%98.43%-
XYZ53.0641.396.44-
YUV177.07169.72147.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 149 (58.59% from 255) = 24.67%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=33.77%
G=24.67%
B=41.56%

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
Decimal2041492510.190.4100.02272.3592.7378.43
HexCC95FB1329021105d4e
Octal314225373235102420135116
Binary1100110010010101111110111001110100101010001000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95FB; }

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

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

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

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

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

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

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

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