#CA47AB

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

Shades of Fuchsia #CA47AB

Tints of Fuchsia #CA47AB

Color information

#CA47AB (or 0xCA47AB) is unknown color: approx Fuchsia. HEX triplet: CA, 47 and AB. RGB value is (202,71,171). Sum of RGB (Red+Green+Blue) = 202+71+171=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47AB is #35B854. Grayscale: #797979. Windows color (decimal): -3520597 or 11225034. OLE color: 11225034.

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

Color convert

RGB20271171-
CMYK00.650.150.21
HSL314.2º55.27%53.53%-
HSV(B)314.2º64.85%79.22%-
XYZ33.962040.6-
YUV121.57155.9185.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 71 (28.12% from 255) = 15.99%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=45.50%
G=15.99%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027117100.650.150.21314.255.2753.53
HexCA47AB041F1513a3736
Octal312107253010117254726766
Binary1100101010001111010101101000001111110101100111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA47AB; }

 p { color: rgb(202,71,171); }

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

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

 a { background-color: rgb(202,71,171); }

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

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

 span { border-color: rgb(202,71,171); }

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