#CA53C9

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

Shades of Fuchsia #CA53C9

Tints of Fuchsia #CA53C9

Color information

#CA53C9 (or 0xCA53C9) is unknown color: approx Fuchsia. HEX triplet: CA, 53 and C9. RGB value is (202,83,201). Sum of RGB (Red+Green+Blue) = 202+83+201=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53C9 is #35AC36. Grayscale: #838383. Windows color (decimal): -3517495 or 13194186. OLE color: 13194186.

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

Color convert

RGB20283201-
CMYK00.590.000.21
HSL300.5º52.89%55.88%-
HSV(B)300.5º58.91%79.22%-
XYZ37.9922.9657.69-
YUV132.03166.92177.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 83 (32.81% from 255) = 17.08%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=41.56%
G=17.08%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028320100.590.000.21300.552.8955.88
HexCA53C903B01512d3538
Octal3121233110730254556570
Binary110010101010011110010010111011010101100101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53C9; }

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

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

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

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

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

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

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

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