#C995FC

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

Shades of Mauve #C995FC

Tints of Mauve #C995FC

Color information

#C995FC (or 0xC995FC) is unknown color: approx Mauve. HEX triplet: C9, 95 and FC. RGB value is (201,149,252). Sum of RGB (Red+Green+Blue) = 201+149+252=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C995FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995FC is #366A03. Grayscale: #AFAFAF. Windows color (decimal): -3566084 or 16553417. OLE color: 16553417.

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

Color convert

RGB201149252-
CMYK0.200.4100.01
HSL270.29º94.5%78.63%-
HSV(B)270.29º40.87%98.82%-
XYZ52.4140.9497.24-
YUV176.29170.73145.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=33.39%
G=24.75%
B=41.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011492520.200.4100.01270.2994.578.63
HexC995FC14290110e5e4f
Octal311225374245101416136117
Binary110010011001010111111100101001010010110000111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995FC; }

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

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

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

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

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

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

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

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