#CA5DAA

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

Shades of Fuchsia #CA5DAA

Tints of Fuchsia #CA5DAA

Color information

#CA5DAA (or 0xCA5DAA) is unknown color: approx Fuchsia. HEX triplet: CA, 5D and AA. RGB value is (202,93,170). Sum of RGB (Red+Green+Blue) = 202+93+170=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5DAA is #35A255. Grayscale: #868686. Windows color (decimal): -3514966 or 11165130. OLE color: 11165130.

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

Color convert

RGB20293170-
CMYK00.540.160.21
HSL317.61º50.7%57.84%-
HSV(B)317.61º53.96%79.22%-
XYZ35.5323.2940.65-
YUV134.37148.11176.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=43.44%
G=20%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029317000.540.160.21317.6150.757.84
HexCA5DAA036101513e333a
Octal31213525206620254766372
Binary1100101010111011010101001101101000010101100111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DAA; }

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

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

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

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

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

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

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

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