#CA4EC5

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

Shades of Fuchsia #CA4EC5

Tints of Fuchsia #CA4EC5

Color information

#CA4EC5 (or 0xCA4EC5) is unknown color: approx Fuchsia. HEX triplet: CA, 4E and C5. RGB value is (202,78,197). Sum of RGB (Red+Green+Blue) = 202+78+197=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EC5 is #35B13A. Grayscale: #808080. Windows color (decimal): -3518779 or 12930762. OLE color: 12930762.

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

Color convert

RGB20278197-
CMYK00.610.020.21
HSL302.42º53.91%54.9%-
HSV(B)302.42º61.39%79.22%-
XYZ37.1622.0455.12-
YUV128.64166.58180.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 197 (77.34% from 255) = 41.30%
R=42.35%
G=16.35%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027819700.610.020.21302.4253.9154.9
HexCA4EC503D21512e3637
Octal3121163050752254566667
Binary1100101010011101100010101111011010101100101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4EC5; }

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

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

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

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

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

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

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

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