#CA49B3

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

Shades of Fuchsia #CA49B3

Tints of Fuchsia #CA49B3

Color information

#CA49B3 (or 0xCA49B3) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and B3. RGB value is (202,73,179). Sum of RGB (Red+Green+Blue) = 202+73+179=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B3 is #35B64C. Grayscale: #7B7B7B. Windows color (decimal): -3520077 or 11749834. OLE color: 11749834.

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

Color convert

RGB20273179-
CMYK00.640.110.21
HSL310.7º54.89%53.92%-
HSV(B)310.7º63.86%79.22%-
XYZ34.8820.5844.78-
YUV123.66159.24183.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 73 (28.91% from 255) = 16.08%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=44.49%
G=16.08%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027317900.640.110.21310.754.8953.92
HexCA49B3040B151373736
Octal312111263010013254676766
Binary1100101010010011011001101000000101110101100110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49B3; }

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

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

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

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

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

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

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

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