#CA49B4

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

Shades of Fuchsia #CA49B4

Tints of Fuchsia #CA49B4

Color information

#CA49B4 (or 0xCA49B4) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and B4. RGB value is (202,73,180). Sum of RGB (Red+Green+Blue) = 202+73+180=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B4 is #35B64B. Grayscale: #7B7B7B. Windows color (decimal): -3520076 or 11815370. OLE color: 11815370.

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

Color convert

RGB20273180-
CMYK00.640.110.21
HSL310.23º54.89%53.92%-
HSV(B)310.23º63.86%79.22%-
XYZ34.9820.6245.32-
YUV123.77159.74183.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=44.40%
G=16.04%
B=39.56%

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
Decimal2027318000.640.110.21310.2354.8953.92
HexCA49B4040B151363736
Octal312111264010013254666766
Binary1100101010010011011010001000000101110101100110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49B4; }

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

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

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

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

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

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

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

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