#CA4AB4

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

Shades of Fuchsia #CA4AB4

Tints of Fuchsia #CA4AB4

Color information

#CA4AB4 (or 0xCA4AB4) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and B4. RGB value is (202,74,180). Sum of RGB (Red+Green+Blue) = 202+74+180=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB4 is #35B54B. Grayscale: #7C7C7C. Windows color (decimal): -3519820 or 11815626. OLE color: 11815626.

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

Color convert

RGB20274180-
CMYK00.630.110.21
HSL310.31º54.7%54.12%-
HSV(B)310.31º63.37%79.22%-
XYZ35.0420.7545.34-
YUV124.36159.41183.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=44.30%
G=16.23%
B=39.47%

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
Decimal2027418000.630.110.21310.3154.754.12
HexCA4AB403FB151363736
Octal31211226407713254666766
Binary110010101001010101101000111111101110101100110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AB4; }

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

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

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

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

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

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

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

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