#CA58C3

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

Shades of Fuchsia #CA58C3

Tints of Fuchsia #CA58C3

Color information

#CA58C3 (or 0xCA58C3) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and C3. RGB value is (202,88,195). Sum of RGB (Red+Green+Blue) = 202+88+195=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58C3 is #35A73C. Grayscale: #858585. Windows color (decimal): -3516221 or 12802250. OLE color: 12802250.

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

Color convert

RGB20288195-
CMYK00.560.030.21
HSL303.68º51.82%56.86%-
HSV(B)303.68º56.44%79.22%-
XYZ37.723.4854.17-
YUV134.28162.27176.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 195 (76.56% from 255) = 40.21%
R=41.65%
G=18.14%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028819500.560.030.21303.6851.8256.86
HexCA58C30383151303439
Octal3121303030703254606471
Binary1100101010110001100001101110001110101100110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58C3; }

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

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

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

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

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

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

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

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