#CA39AB

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

Shades of Fuchsia #CA39AB

Tints of Fuchsia #CA39AB

Color information

#CA39AB (or 0xCA39AB) is unknown color: approx Fuchsia. HEX triplet: CA, 39 and AB. RGB value is (202,57,171). Sum of RGB (Red+Green+Blue) = 202+57+171=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA39AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA39AB is #35C654. Grayscale: #717171. Windows color (decimal): -3524181 or 11221450. OLE color: 11221450.

HSL color Cylindrical-coordinate representation of color #CA39AB: hue angle of 312.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA39AB is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20257171-
CMYK00.720.150.21
HSL312.83º57.77%50.78%-
HSV(B)312.83º71.78%79.22%-
XYZ33.1718.4240.34-
YUV113.35160.54191.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=46.98%
G=13.26%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025717100.720.150.21312.8357.7750.78
HexCA39AB048F151393a33
Octal31271253011017254717263
Binary110010101110011010101101001000111110101100111001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39AB; }

 p { color: rgb(202,57,171); }

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

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

 a { background-color: rgb(202,57,171); }

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

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

 span { border-color: rgb(202,57,171); }

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