#CA43B2

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

Shades of Fuchsia #CA43B2

Tints of Fuchsia #CA43B2

Color information

#CA43B2 (or 0xCA43B2) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and B2. RGB value is (202,67,178). Sum of RGB (Red+Green+Blue) = 202+67+178=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43B2 is #35BC4D. Grayscale: #777777. Windows color (decimal): -3521614 or 11682762. OLE color: 11682762.

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

Color convert

RGB20267178-
CMYK00.670.120.21
HSL310.67º56.02%52.75%-
HSV(B)310.67º66.83%79.22%-
XYZ34.419.7944.13-
YUV120.02160.73186.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=45.19%
G=14.99%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026717800.670.120.21310.6756.0252.75
HexCA43B2043C151373835
Octal312103262010314254677065
Binary1100101010000111011001001000011110010101100110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43B2; }

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

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

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

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

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

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

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

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