#C05CAC

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

Shades of Fuchsia #C05CAC

Tints of Fuchsia #C05CAC

Color information

#C05CAC (or 0xC05CAC) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and AC. RGB value is (192,92,172). Sum of RGB (Red+Green+Blue) = 192+92+172=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05CAC is #3FA353. Grayscale: #828282. Windows color (decimal): -4170580 or 11295936. OLE color: 11295936.

HSL color Cylindrical-coordinate representation of color #C05CAC: hue angle of 312º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05CAC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19292172-
CMYK00.520.100.25
HSL312º44.25%55.69%-
HSV(B)312º52.08%75.29%-
XYZ33.0121.8441.51-
YUV131.02151.13171.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=42.11%
G=20.18%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929217200.520.100.2531244.2555.69
HexC05CAC034A191382c38
Octal30013425406412314705470
Binary110000001011100101011000110100101011001100111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CAC; }

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

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

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

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

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

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

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

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