#CA4AB3

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

Shades of Fuchsia #CA4AB3

Tints of Fuchsia #CA4AB3

Color information

#CA4AB3 (or 0xCA4AB3) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and B3. RGB value is (202,74,179). Sum of RGB (Red+Green+Blue) = 202+74+179=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB3 is #35B54C. Grayscale: #7B7B7B. Windows color (decimal): -3519821 or 11750090. OLE color: 11750090.

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

Color convert

RGB20274179-
CMYK00.630.110.21
HSL310.78º54.7%54.12%-
HSV(B)310.78º63.37%79.22%-
XYZ34.9420.7144.8-
YUV124.24158.91183.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=44.40%
G=16.26%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027417900.630.110.21310.7854.754.12
HexCA4AB303FB151373736
Octal31211226307713254676766
Binary110010101001010101100110111111101110101100110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AB3; }

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

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

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

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

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

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

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

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