#CA53AC

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

Shades of Fuchsia #CA53AC

Tints of Fuchsia #CA53AC

Color information

#CA53AC (or 0xCA53AC) is unknown color: approx Fuchsia. HEX triplet: CA, 53 and AC. RGB value is (202,83,172). Sum of RGB (Red+Green+Blue) = 202+83+172=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53AC is #35AC53. Grayscale: #808080. Windows color (decimal): -3517524 or 11293642. OLE color: 11293642.

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

Color convert

RGB20283172-
CMYK00.590.150.21
HSL315.13º52.89%55.88%-
HSV(B)315.13º58.91%79.22%-
XYZ34.921.7241.38-
YUV128.73152.42180.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 83 (32.81% from 255) = 18.16%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=44.20%
G=18.16%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028317200.590.150.21315.1352.8955.88
HexCA53AC03BF1513b3538
Octal31212325407317254736570
Binary110010101010011101011000111011111110101100111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53AC; }

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

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

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

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

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

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

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

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