#C55CAD

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

Shades of Fuchsia #C55CAD

Tints of Fuchsia #C55CAD

Color information

#C55CAD (or 0xC55CAD) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and AD. RGB value is (197,92,173). Sum of RGB (Red+Green+Blue) = 197+92+173=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAD is #3AA352. Grayscale: #848484. Windows color (decimal): -3842899 or 11361477. OLE color: 11361477.

HSL color Cylindrical-coordinate representation of color #C55CAD: hue angle of 313.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CAD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19792173-
CMYK00.530.120.23
HSL313.71º47.51%56.67%-
HSV(B)313.71º53.3%77.25%-
XYZ34.422.5442.07-
YUV132.63150.79173.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=42.64%
G=19.91%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979217300.530.120.23313.7147.5156.67
HexC55CAD035C1713a3039
Octal30513425506514274726071
Binary110001011011100101011010110101110010111100111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CAD; }

 p { color: rgb(197,92,173); }

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

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

 a { background-color: rgb(197,92,173); }

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

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

 span { border-color: rgb(197,92,173); }

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