#C15CAC

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

Shades of Fuchsia #C15CAC

Tints of Fuchsia #C15CAC

Color information

#C15CAC (or 0xC15CAC) is unknown color: approx Fuchsia. HEX triplet: C1, 5C and AC. RGB value is (193,92,172). Sum of RGB (Red+Green+Blue) = 193+92+172=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CAC is #3EA353. Grayscale: #838383. Windows color (decimal): -4105044 or 11295937. OLE color: 11295937.

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

Color convert

RGB19392172-
CMYK00.520.110.24
HSL312.48º44.89%55.88%-
HSV(B)312.48º52.33%75.69%-
XYZ33.2721.9741.52-
YUV131.32150.96172-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=42.23%
G=20.13%
B=37.64%

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
Decimal1939217200.520.110.24312.4844.8955.88
HexC15CAC034B181382d38
Octal30113425406413304705570
Binary110000011011100101011000110100101111000100111000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CAC; }

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

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

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

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

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

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

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

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