#CA45AC

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

Shades of Fuchsia #CA45AC

Tints of Fuchsia #CA45AC

Color information

#CA45AC (or 0xCA45AC) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and AC. RGB value is (202,69,172). Sum of RGB (Red+Green+Blue) = 202+69+172=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45AC is #35BA53. Grayscale: #787878. Windows color (decimal): -3521108 or 11290058. OLE color: 11290058.

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

Color convert

RGB20269172-
CMYK00.660.150.21
HSL313.53º55.65%53.14%-
HSV(B)313.53º65.84%79.22%-
XYZ33.9319.7941.06-
YUV120.51157.06186.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=45.60%
G=15.58%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026917200.660.150.21313.5355.6553.14
HexCA45AC042F1513a3835
Octal312105254010217254727065
Binary1100101010001011010110001000010111110101100111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45AC; }

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

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

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

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

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

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

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

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