#CA2EC1

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

Shades of Fuchsia #CA2EC1

Tints of Fuchsia #CA2EC1

Color information

#CA2EC1 (or 0xCA2EC1) is unknown color: approx Fuchsia. HEX triplet: CA, 2E and C1. RGB value is (202,46,193). Sum of RGB (Red+Green+Blue) = 202+46+193=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC1 is #35D13E. Grayscale: #6C6C6C. Windows color (decimal): -3526975 or 12660426. OLE color: 12660426.

HSL color Cylindrical-coordinate representation of color #CA2EC1: hue angle of 303.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EC1 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20246193-
CMYK00.770.040.21
HSL303.46º62.9%48.63%-
HSV(B)303.46º77.23%79.22%-
XYZ34.9618.3652.15-
YUV109.4175.18194.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 46 (18.36% from 255) = 10.43%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=45.80%
G=10.43%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024619300.770.040.21303.4662.948.63
HexCA2EC104D41512f3f31
Octal3125630101154254577761
Binary11001010101110110000010100110110010101100101111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2EC1; }

 p { color: rgb(202,46,193); }

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

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

 a { background-color: rgb(202,46,193); }

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

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

 span { border-color: rgb(202,46,193); }

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