#CA58AC

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

Shades of Fuchsia #CA58AC

Tints of Fuchsia #CA58AC

Color information

#CA58AC (or 0xCA58AC) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and AC. RGB value is (202,88,172). Sum of RGB (Red+Green+Blue) = 202+88+172=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58AC is #35A753. Grayscale: #838383. Windows color (decimal): -3516244 or 11294922. OLE color: 11294922.

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

Color convert

RGB20288172-
CMYK00.560.150.21
HSL315.79º51.82%56.86%-
HSV(B)315.79º56.44%79.22%-
XYZ35.2922.5141.52-
YUV131.66150.77178.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 88 (34.77% from 255) = 19.05%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=43.72%
G=19.05%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028817200.560.150.21315.7951.8256.86
HexCA58AC038F1513c3439
Octal31213025407017254746471
Binary110010101011000101011000111000111110101100111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58AC; }

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

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

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

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

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

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

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

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