#CA4AB5

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

Shades of Fuchsia #CA4AB5

Tints of Fuchsia #CA4AB5

Color information

#CA4AB5 (or 0xCA4AB5) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and B5. RGB value is (202,74,181). Sum of RGB (Red+Green+Blue) = 202+74+181=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB5 is #35B54A. Grayscale: #7C7C7C. Windows color (decimal): -3519819 or 11881162. OLE color: 11881162.

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

Color convert

RGB20274181-
CMYK00.630.100.21
HSL309.84º54.7%54.12%-
HSV(B)309.84º63.37%79.22%-
XYZ35.1520.7945.88-
YUV124.47159.91183.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=44.20%
G=16.19%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027418100.630.100.21309.8454.754.12
HexCA4AB503FA151363736
Octal31211226507712254666766
Binary110010101001010101101010111111101010101100110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AB5; }

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

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

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

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

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

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

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

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