#CA53B5

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

Shades of Fuchsia #CA53B5

Tints of Fuchsia #CA53B5

Color information

#CA53B5 (or 0xCA53B5) is unknown color: approx Fuchsia. HEX triplet: CA, 53 and B5. RGB value is (202,83,181). Sum of RGB (Red+Green+Blue) = 202+83+181=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53B5 is #35AC4A. Grayscale: #818181. Windows color (decimal): -3517515 or 11883466. OLE color: 11883466.

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

Color convert

RGB20283181-
CMYK00.590.100.21
HSL310.59º52.89%55.88%-
HSV(B)310.59º58.91%79.22%-
XYZ35.7922.0846.09-
YUV129.75156.92179.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 83 (32.81% from 255) = 17.81%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=43.35%
G=17.81%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028318100.590.100.21310.5952.8955.88
HexCA53B503BA151373538
Octal31212326507312254676570
Binary110010101010011101101010111011101010101100110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53B5; }

 p { color: rgb(202,83,181); }

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

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

 a { background-color: rgb(202,83,181); }

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

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

 span { border-color: rgb(202,83,181); }

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