#C15CAB

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

Shades of Fuchsia #C15CAB

Tints of Fuchsia #C15CAB

Color information

#C15CAB (or 0xC15CAB) is unknown color: approx Fuchsia. HEX triplet: C1, 5C and AB. RGB value is (193,92,171). Sum of RGB (Red+Green+Blue) = 193+92+171=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CAB is #3EA354. Grayscale: #828282. Windows color (decimal): -4105045 or 11230401. OLE color: 11230401.

HSL color Cylindrical-coordinate representation of color #C15CAB: hue angle of 313.07º 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 #C15CAB is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19392171-
CMYK00.520.110.24
HSL313.07º44.89%55.88%-
HSV(B)313.07º52.33%75.69%-
XYZ33.1721.9341.01-
YUV131.2150.46172.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=42.32%
G=20.18%
B=37.5%

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
Decimal1939217100.520.110.24313.0744.8955.88
HexC15CAB034B181392d38
Octal30113425306413304715570
Binary110000011011100101010110110100101111000100111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CAB; }

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

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

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

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

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

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

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

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