#CA47B3

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

Shades of Fuchsia #CA47B3

Tints of Fuchsia #CA47B3

Color information

#CA47B3 (or 0xCA47B3) is unknown color: approx Fuchsia. HEX triplet: CA, 47 and B3. RGB value is (202,71,179). Sum of RGB (Red+Green+Blue) = 202+71+179=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47B3 is #35B84C. Grayscale: #7A7A7A. Windows color (decimal): -3520589 or 11749322. OLE color: 11749322.

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

Color convert

RGB20271179-
CMYK00.650.110.21
HSL310.53º55.27%53.53%-
HSV(B)310.53º64.85%79.22%-
XYZ34.7520.3244.74-
YUV122.48159.9184.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=44.69%
G=15.71%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027117900.650.110.21310.5355.2753.53
HexCA47B3041B151373736
Octal312107263010113254676766
Binary1100101010001111011001101000001101110101100110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA47B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA47B3; }

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

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

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

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

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

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

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

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