#CA56AA

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

Shades of Fuchsia #CA56AA

Tints of Fuchsia #CA56AA

Color information

#CA56AA (or 0xCA56AA) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and AA. RGB value is (202,86,170). Sum of RGB (Red+Green+Blue) = 202+86+170=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56AA is #35A955. Grayscale: #828282. Windows color (decimal): -3516758 or 11163338. OLE color: 11163338.

HSL color Cylindrical-coordinate representation of color #CA56AA: hue angle of 316.55º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA56AA is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20286170-
CMYK00.570.160.21
HSL316.55º52.25%56.47%-
HSV(B)316.55º57.43%79.22%-
XYZ34.9422.1140.46-
YUV130.26150.43179.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=44.10%
G=18.78%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028617000.570.160.21316.5552.2556.47
HexCA56AA039101513d3438
Octal31212625207120254756470
Binary1100101010101101010101001110011000010101100111101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56AA; }

 p { color: rgb(202,86,170); }

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

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

 a { background-color: rgb(202,86,170); }

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

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

 span { border-color: rgb(202,86,170); }

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