#CA56AB

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

Shades of Fuchsia #CA56AB

Tints of Fuchsia #CA56AB

Color information

#CA56AB (or 0xCA56AB) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and AB. RGB value is (202,86,171). Sum of RGB (Red+Green+Blue) = 202+86+171=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56AB is #35A954. Grayscale: #828282. Windows color (decimal): -3516757 or 11228874. OLE color: 11228874.

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

Color convert

RGB20286171-
CMYK00.570.150.21
HSL316.03º52.25%56.47%-
HSV(B)316.03º57.43%79.22%-
XYZ35.0422.1540.96-
YUV130.37150.93179.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=44.01%
G=18.74%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028617100.570.150.21316.0352.2556.47
HexCA56AB039F1513c3438
Octal31212625307117254746470
Binary110010101010110101010110111001111110101100111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56AB; }

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

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

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

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

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

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

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

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