#CA50BA

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

Shades of Fuchsia #CA50BA

Tints of Fuchsia #CA50BA

Color information

#CA50BA (or 0xCA50BA) is unknown color: approx Fuchsia. HEX triplet: CA, 50 and BA. RGB value is (202,80,186). Sum of RGB (Red+Green+Blue) = 202+80+186=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50BA is #35AF45. Grayscale: #808080. Windows color (decimal): -3518278 or 12210378. OLE color: 12210378.

HSL color Cylindrical-coordinate representation of color #CA50BA: hue angle of 307.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA50BA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20280186-
CMYK00.600.080.21
HSL307.87º53.51%55.29%-
HSV(B)307.87º60.4%79.22%-
XYZ36.0921.8448.77-
YUV128.56160.42180.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 80 (31.64% from 255) = 17.09%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=43.16%
G=17.09%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028018600.600.080.21307.8753.5155.29
HexCA50BA03C8151343637
Octal31212027207410254646667
Binary110010101010000101110100111100100010101100110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50BA; }

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

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

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

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

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

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

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

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