#CA58B0

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

Shades of Fuchsia #CA58B0

Tints of Fuchsia #CA58B0

Color information

#CA58B0 (or 0xCA58B0) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and B0. RGB value is (202,88,176). Sum of RGB (Red+Green+Blue) = 202+88+176=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58B0 is #35A74F. Grayscale: #838383. Windows color (decimal): -3516240 or 11557066. OLE color: 11557066.

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

Color convert

RGB20288176-
CMYK00.560.130.21
HSL313.68º51.82%56.86%-
HSV(B)313.68º56.44%79.22%-
XYZ35.6822.6743.57-
YUV132.12152.77177.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 88 (34.77% from 255) = 18.88%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=43.35%
G=18.88%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028817600.560.130.21313.6851.8256.86
HexCA58B0038D1513a3439
Octal31213026007015254726471
Binary110010101011000101100000111000110110101100111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58B0; }

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

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

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

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

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

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

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

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