#CC95FE

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

Shades of Mauve #CC95FE

Tints of Mauve #CC95FE

Color information

#CC95FE (or 0xCC95FE) is unknown color: approx Mauve. HEX triplet: CC, 95 and FE. RGB value is (204,149,254). Sum of RGB (Red+Green+Blue) = 204+149+254=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 149 (58.59% from 255 or 24.55% 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 #CC95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95FE is #336A01. Grayscale: #B1B1B1. Windows color (decimal): -3369474 or 16684492. OLE color: 16684492.

HSL color Cylindrical-coordinate representation of color #CC95FE: hue angle of 271.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC95FE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204149254-
CMYK0.200.4100.00
HSL271.43º98.13%79.02%-
HSV(B)271.43º41.34%99.61%-
XYZ53.5441.4998.95-
YUV177.42171.22146.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=33.61%
G=24.55%
B=41.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041492540.200.4100.00271.4398.1379.02
HexCC95FE14290010f624f
Octal314225376245100417142117
Binary110011001001010111111110101001010010010000111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95FE; }

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

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

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

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

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

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

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

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