#C15DAB

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

Shades of Fuchsia #C15DAB

Tints of Fuchsia #C15DAB

Color information

#C15DAB (or 0xC15DAB) is unknown color: approx Fuchsia. HEX triplet: C1, 5D and AB. RGB value is (193,93,171). Sum of RGB (Red+Green+Blue) = 193+93+171=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15DAB is #3EA254. Grayscale: #838383. Windows color (decimal): -4104789 or 11230657. OLE color: 11230657.

HSL color Cylindrical-coordinate representation of color #C15DAB: hue angle of 313.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15DAB is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19393171-
CMYK00.520.110.24
HSL313.2º44.64%56.08%-
HSV(B)313.2º51.81%75.69%-
XYZ33.2622.1141.04-
YUV131.79150.13171.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=42.23%
G=20.35%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939317100.520.110.24313.244.6456.08
HexC15DAB034B181392d38
Octal30113525306413304715570
Binary110000011011101101010110110100101111000100111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DAB; }

 p { color: rgb(193,93,171); }

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

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

 a { background-color: rgb(193,93,171); }

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

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

 span { border-color: rgb(193,93,171); }

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