#CA57C1

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

Shades of Fuchsia #CA57C1

Tints of Fuchsia #CA57C1

Color information

#CA57C1 (or 0xCA57C1) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and C1. RGB value is (202,87,193). Sum of RGB (Red+Green+Blue) = 202+87+193=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C1 is #35A83E. Grayscale: #858585. Windows color (decimal): -3516479 or 12670922. OLE color: 12670922.

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

Color convert

RGB20287193-
CMYK00.570.040.21
HSL304.7º52.04%56.67%-
HSV(B)304.7º56.93%79.22%-
XYZ37.3923.2252.96-
YUV133.47161.6176.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 87 (34.38% from 255) = 18.05%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=41.91%
G=18.05%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028719300.570.040.21304.752.0456.67
HexCA57C10394151313439
Octal3121273010714254616471
Binary11001010101011111000001011100110010101100110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57C1; }

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

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

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

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

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

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

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

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