#CA41AC

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

Shades of Fuchsia #CA41AC

Tints of Fuchsia #CA41AC

Color information

#CA41AC (or 0xCA41AC) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and AC. RGB value is (202,65,172). Sum of RGB (Red+Green+Blue) = 202+65+172=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA41AC is #35BE53. Grayscale: #757575. Windows color (decimal): -3522132 or 11289034. OLE color: 11289034.

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

Color convert

RGB20265172-
CMYK00.680.150.21
HSL313.14º56.38%52.35%-
HSV(B)313.14º67.82%79.22%-
XYZ33.6919.3240.98-
YUV118.16158.39187.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=46.01%
G=14.81%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026517200.680.150.21313.1456.3852.35
HexCA41AC044F151393834
Octal312101254010417254717064
Binary1100101010000011010110001000100111110101100111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA41AC; }

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

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

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

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

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

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

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

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