#CA4EB2

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

Shades of Fuchsia #CA4EB2

Tints of Fuchsia #CA4EB2

Color information

#CA4EB2 (or 0xCA4EB2) is unknown color: approx Fuchsia. HEX triplet: CA, 4E and B2. RGB value is (202,78,178). Sum of RGB (Red+Green+Blue) = 202+78+178=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4EB2 is #35B14D. Grayscale: #7E7E7E. Windows color (decimal): -3518798 or 11685578. OLE color: 11685578.

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

Color convert

RGB20278178-
CMYK00.610.120.21
HSL311.61º53.91%54.9%-
HSV(B)311.61º61.39%79.22%-
XYZ35.1221.2244.36-
YUV126.48157.08181.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 78 (30.86% from 255) = 17.03%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=44.10%
G=17.03%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027817800.610.120.21311.6153.9154.9
HexCA4EB203DC151383637
Octal31211626207514254706667
Binary110010101001110101100100111101110010101100111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4EB2; }

 p { color: rgb(202,78,178); }

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

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

 a { background-color: rgb(202,78,178); }

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

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

 span { border-color: rgb(202,78,178); }

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