#CA58B2

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

Shades of Fuchsia #CA58B2

Tints of Fuchsia #CA58B2

Color information

#CA58B2 (or 0xCA58B2) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and B2. RGB value is (202,88,178). Sum of RGB (Red+Green+Blue) = 202+88+178=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58B2 is #35A74D. Grayscale: #848484. Windows color (decimal): -3516238 or 11688138. OLE color: 11688138.

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

Color convert

RGB20288178-
CMYK00.560.120.21
HSL312.63º51.82%56.86%-
HSV(B)312.63º56.44%79.22%-
XYZ35.8822.7544.62-
YUV132.35153.77177.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 88 (34.77% from 255) = 18.80%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=43.16%
G=18.80%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028817800.560.120.21312.6351.8256.86
HexCA58B2038C151393439
Octal31213026207014254716471
Binary110010101011000101100100111000110010101100111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58B2; }

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

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

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

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

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

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

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

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