#CA58B3

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

Shades of Fuchsia #CA58B3

Tints of Fuchsia #CA58B3

Color information

#CA58B3 (or 0xCA58B3) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and B3. RGB value is (202,88,179). Sum of RGB (Red+Green+Blue) = 202+88+179=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58B3 is #35A74C. Grayscale: #848484. Windows color (decimal): -3516237 or 11753674. OLE color: 11753674.

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

Color convert

RGB20288179-
CMYK00.560.110.21
HSL312.11º51.82%56.86%-
HSV(B)312.11º56.44%79.22%-
XYZ35.9822.7945.15-
YUV132.46154.27177.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=43.07%
G=18.76%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028817900.560.110.21312.1151.8256.86
HexCA58B3038B151383439
Octal31213026307013254706471
Binary110010101011000101100110111000101110101100111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58B3; }

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

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

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

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

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

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

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

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