#CA57BA

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

Shades of Fuchsia #CA57BA

Tints of Fuchsia #CA57BA

Color information

#CA57BA (or 0xCA57BA) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and BA. RGB value is (202,87,186). Sum of RGB (Red+Green+Blue) = 202+87+186=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57BA is #35A845. Grayscale: #848484. Windows color (decimal): -3516486 or 12212170. OLE color: 12212170.

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

Color convert

RGB20287186-
CMYK00.570.080.21
HSL308.35º52.04%56.67%-
HSV(B)308.35º56.93%79.22%-
XYZ36.6322.9248.95-
YUV132.67158.1177.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=42.53%
G=18.32%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028718600.570.080.21308.3552.0456.67
HexCA57BA0398151343439
Octal31212727207110254646471
Binary110010101010111101110100111001100010101100110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57BA; }

 p { color: rgb(202,87,186); }

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

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

 a { background-color: rgb(202,87,186); }

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

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

 span { border-color: rgb(202,87,186); }

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