#CA58B1

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

Shades of Fuchsia #CA58B1

Tints of Fuchsia #CA58B1

Color information

#CA58B1 (or 0xCA58B1) is unknown color: approx Fuchsia. HEX triplet: CA, 58 and B1. RGB value is (202,88,177). Sum of RGB (Red+Green+Blue) = 202+88+177=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58B1 is #35A74E. Grayscale: #838383. Windows color (decimal): -3516239 or 11622602. OLE color: 11622602.

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

Color convert

RGB20288177-
CMYK00.560.120.21
HSL313.16º51.82%56.86%-
HSV(B)313.16º56.44%79.22%-
XYZ35.7822.7144.09-
YUV132.23153.27177.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 88 (34.77% from 255) = 18.84%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=43.25%
G=18.84%
B=37.90%

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
Decimal2028817700.560.120.21313.1651.8256.86
HexCA58B1038C151393439
Octal31213026107014254716471
Binary110010101011000101100010111000110010101100111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA58B1; }

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

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

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

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

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

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

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

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