#CC95FD

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

Shades of Mauve #CC95FD

Tints of Mauve #CC95FD

Color information

#CC95FD (or 0xCC95FD) is unknown color: approx Mauve. HEX triplet: CC, 95 and FD. RGB value is (204,149,253). Sum of RGB (Red+Green+Blue) = 204+149+253=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC95FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95FD is #336A02. Grayscale: #B0B0B0. Windows color (decimal): -3369475 or 16618956. OLE color: 16618956.

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

Color convert

RGB204149253-
CMYK0.190.4100.01
HSL271.73º96.3%78.82%-
HSV(B)271.73º41.11%99.22%-
XYZ53.3841.4298.11-
YUV177.3170.72147.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=33.66%
G=24.59%
B=41.75%

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
Decimal2041492530.190.4100.01271.7396.378.82
HexCC95FD132901110604f
Octal314225375235101420140117
Binary110011001001010111111101100111010010110001000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95FD; }

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

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

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

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

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

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

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

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