#CA58AA

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

Shades of Fuchsia #CA58AA

Tints of Fuchsia #CA58AA

Color information

#CA58AA (or 0xCA58AA) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and AA. RGB value is (202,88,170). Sum of RGB (Red+Green+Blue) = 202+88+170=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58AA is #35A755. Grayscale: #838383. Windows color (decimal): -3516246 or 11163850. OLE color: 11163850.

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

Color convert

RGB20288170-
CMYK00.560.160.21
HSL316.84º51.82%56.86%-
HSV(B)316.84º56.44%79.22%-
XYZ35.122.4440.51-
YUV131.43149.77178.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 88 (34.77% from 255) = 19.13%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=43.91%
G=19.13%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028817000.560.160.21316.8451.8256.86
HexCA58AA038101513d3439
Octal31213025207020254756471
Binary1100101010110001010101001110001000010101100111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58AA; }

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

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

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

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

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

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

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

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