#CA40B5

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

Shades of Fuchsia #CA40B5

Tints of Fuchsia #CA40B5

Color information

#CA40B5 (or 0xCA40B5) is unknown color: approx Fuchsia. HEX triplet: CA, 40 and B5. RGB value is (202,64,181). Sum of RGB (Red+Green+Blue) = 202+64+181=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40B5 is #35BF4A. Grayscale: #767676. Windows color (decimal): -3522379 or 11878602. OLE color: 11878602.

HSL color Cylindrical-coordinate representation of color #CA40B5: hue angle of 309.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40B5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20264181-
CMYK00.680.100.21
HSL309.13º56.56%52.16%-
HSV(B)309.13º68.32%79.22%-
XYZ34.5319.5645.67-
YUV118.6163.22187.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=45.19%
G=14.32%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026418100.680.100.21309.1356.5652.16
HexCA40B5044A151353934
Octal312100265010412254657164
Binary1100101010000001011010101000100101010101100110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40B5; }

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

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

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

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

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

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

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

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