#CC95FF

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

Shades of Mauve #CC95FF

Tints of Mauve #CC95FF

Color information

#CC95FF (or 0xCC95FF) is unknown color: approx Mauve. HEX triplet: CC, 95 and FF. RGB value is (204,149,255). Sum of RGB (Red+Green+Blue) = 204+149+255=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95FF is #336A00. Grayscale: #B1B1B1. Windows color (decimal): -3369473 or 16750028. OLE color: 16750028.

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

Color convert

RGB204149255-
CMYK0.20.4200
HSL271.13º100%79.22%-
HSV(B)271.13º41.57%100%-
XYZ53.741.5599.8-
YUV177.53171.72146.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 255 (100% from 255) = 41.94%
R=33.55%
G=24.51%
B=41.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041492550.20.4200271.1310079.22
HexCC95FF142A0010f644f
Octal314225377245200417144117
Binary110011001001010111111111101001010100010000111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95FF; }

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

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

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

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

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

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

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

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