#C995FF

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

Shades of Mauve #C995FF

Tints of Mauve #C995FF

Color information

#C995FF (or 0xC995FF) is unknown color: approx Mauve. HEX triplet: C9, 95 and FF. RGB value is (201,149,255). Sum of RGB (Red+Green+Blue) = 201+149+255=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C995FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FF is #366A00. Grayscale: #B0B0B0. Windows color (decimal): -3566081 or 16750025. OLE color: 16750025.

HSL color Cylindrical-coordinate representation of color #C995FF: hue angle of 269.43º 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 #C995FF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201149255-
CMYK0.210.4200
HSL269.43º100%79.22%-
HSV(B)269.43º41.57%100%-
XYZ52.8841.1399.76-
YUV176.63172.23145.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 255 (100% from 255) = 42.15%
R=33.22%
G=24.63%
B=42.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011492550.210.4200269.4310079.22
HexC995FF152A0010d644f
Octal311225377255200415144117
Binary110010011001010111111111101011010100010000110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995FF; }

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

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

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

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

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

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

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

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