#CA3FBA

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

Shades of Fuchsia #CA3FBA

Tints of Fuchsia #CA3FBA

Color information

#CA3FBA (or 0xCA3FBA) is unknown color: approx Fuchsia. HEX triplet: CA, 3F and BA. RGB value is (202,63,186). Sum of RGB (Red+Green+Blue) = 202+63+186=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FBA is #35C045. Grayscale: #767676. Windows color (decimal): -3522630 or 12206026. OLE color: 12206026.

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

Color convert

RGB20263186-
CMYK00.690.080.21
HSL306.91º56.73%51.96%-
HSV(B)306.91º68.81%79.22%-
XYZ3519.6648.4-
YUV118.58166.05187.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=44.79%
G=13.97%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026318600.690.080.21306.9156.7351.96
HexCA3FBA0458151333934
Octal31277272010510254637164
Binary110010101111111011101001000101100010101100110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3FBA; }

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

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

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

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

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

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

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

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