#CA43BA

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

Shades of Fuchsia #CA43BA

Tints of Fuchsia #CA43BA

Color information

#CA43BA (or 0xCA43BA) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and BA. RGB value is (202,67,186). Sum of RGB (Red+Green+Blue) = 202+67+186=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43BA is #35BC45. Grayscale: #787878. Windows color (decimal): -3521606 or 12207050. OLE color: 12207050.

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

Color convert

RGB20267186-
CMYK00.670.080.21
HSL307.11º56.02%52.75%-
HSV(B)307.11º66.83%79.22%-
XYZ35.2320.1248.48-
YUV120.93164.73185.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 67 (26.56% from 255) = 14.73%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=44.40%
G=14.73%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026718600.670.080.21307.1156.0252.75
HexCA43BA0438151333835
Octal312103272010310254637065
Binary1100101010000111011101001000011100010101100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43BA; }

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

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

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

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

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

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

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

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