#CA3EC1

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

Shades of Fuchsia #CA3EC1

Tints of Fuchsia #CA3EC1

Color information

#CA3EC1 (or 0xCA3EC1) is unknown color: approx Fuchsia. HEX triplet: CA, 3E and C1. RGB value is (202,62,193). Sum of RGB (Red+Green+Blue) = 202+62+193=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC1 is #35C13E. Grayscale: #767676. Windows color (decimal): -3522879 or 12664522. OLE color: 12664522.

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

Color convert

RGB20262193-
CMYK00.690.040.21
HSL303.86º56.91%51.76%-
HSV(B)303.86º69.31%79.22%-
XYZ35.7119.8552.4-
YUV118.79169.88187.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 62 (24.61% from 255) = 13.57%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=44.20%
G=13.57%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026219300.690.040.21303.8656.9151.76
HexCA3EC10454151303934
Octal3127630101054254607164
Binary11001010111110110000010100010110010101100110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3EC1; }

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

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

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

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

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

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

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

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