#CA39AC

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

Shades of Fuchsia #CA39AC

Tints of Fuchsia #CA39AC

Color information

#CA39AC (or 0xCA39AC) is unknown color: approx Fuchsia. HEX triplet: CA, 39 and AC. RGB value is (202,57,172). Sum of RGB (Red+Green+Blue) = 202+57+172=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA39AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA39AC is #35C653. Grayscale: #717171. Windows color (decimal): -3524180 or 11286986. OLE color: 11286986.

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

Color convert

RGB20257172-
CMYK00.720.150.21
HSL312.41º57.77%50.78%-
HSV(B)312.41º71.78%79.22%-
XYZ33.2718.4640.84-
YUV113.46161.04191.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 57 (22.66% from 255) = 13.23%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=46.87%
G=13.23%
B=39.91%

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
Decimal2025717200.720.150.21312.4157.7750.78
HexCA39AC048F151383a33
Octal31271254011017254707263
Binary110010101110011010110001001000111110101100111000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39AC; }

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

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

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

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

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

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

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

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