#CA56AD

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

Shades of Fuchsia #CA56AD

Tints of Fuchsia #CA56AD

Color information

#CA56AD (or 0xCA56AD) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and AD. RGB value is (202,86,173). Sum of RGB (Red+Green+Blue) = 202+86+173=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56AD is #35A952. Grayscale: #828282. Windows color (decimal): -3516755 or 11359946. OLE color: 11359946.

HSL color Cylindrical-coordinate representation of color #CA56AD: hue angle of 315º 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 #CA56AD is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20286173-
CMYK00.570.140.21
HSL315º52.25%56.47%-
HSV(B)315º57.43%79.22%-
XYZ35.2322.2341.97-
YUV130.6151.93178.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=43.82%
G=18.66%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028617300.570.140.2131552.2556.47
HexCA56AD039E1513b3438
Octal31212625507116254736470
Binary110010101010110101011010111001111010101100111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56AD; }

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

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

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

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

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

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

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

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