#CA43C2

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

Shades of Fuchsia #CA43C2

Tints of Fuchsia #CA43C2

Color information

#CA43C2 (or 0xCA43C2) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and C2. RGB value is (202,67,194). Sum of RGB (Red+Green+Blue) = 202+67+194=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43C2 is #35BC3D. Grayscale: #797979. Windows color (decimal): -3521598 or 12731338. OLE color: 12731338.

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

Color convert

RGB20267194-
CMYK00.670.040.21
HSL303.56º56.02%52.75%-
HSV(B)303.56º66.83%79.22%-
XYZ36.120.4753.09-
YUV121.84168.73185.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 67 (26.56% from 255) = 14.47%
BLUE value IS 194 (76.17% from 255) = 41.90%
R=43.63%
G=14.47%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026719400.670.040.21303.5656.0252.75
HexCA43C20434151303835
Octal31210330201034254607065
Binary110010101000011110000100100001110010101100110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43C2; }

 p { color: rgb(202,67,194); }

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

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

 a { background-color: rgb(202,67,194); }

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

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

 span { border-color: rgb(202,67,194); }

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