#CC95FC

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

Shades of Mauve #CC95FC

Tints of Mauve #CC95FC

Color information

#CC95FC (or 0xCC95FC) is unknown color: approx Mauve. HEX triplet: CC, 95 and FC. RGB value is (204,149,252). Sum of RGB (Red+Green+Blue) = 204+149+252=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC95FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95FC is #336A03. Grayscale: #B0B0B0. Windows color (decimal): -3369476 or 16553420. OLE color: 16553420.

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

Color convert

RGB204149252-
CMYK0.190.4100.01
HSL272.04º94.5%78.63%-
HSV(B)272.04º40.87%98.82%-
XYZ53.2241.3697.27-
YUV177.19170.22147.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=33.72%
G=24.63%
B=41.65%

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
Decimal2041492520.190.4100.01272.0494.578.63
HexCC95FC1329011105e4f
Octal314225374235101420136117
Binary110011001001010111111100100111010010110001000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95FC; }

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

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

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

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

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

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

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

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