#CA57C0

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

Shades of Fuchsia #CA57C0

Tints of Fuchsia #CA57C0

Color information

#CA57C0 (or 0xCA57C0) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and C0. RGB value is (202,87,192). Sum of RGB (Red+Green+Blue) = 202+87+192=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C0 is #35A83F. Grayscale: #858585. Windows color (decimal): -3516480 or 12605386. OLE color: 12605386.

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

Color convert

RGB20287192-
CMYK00.570.050.21
HSL305.22º52.04%56.67%-
HSV(B)305.22º56.93%79.22%-
XYZ37.2823.1852.38-
YUV133.35161.1176.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 87 (34.38% from 255) = 18.09%
BLUE value IS 192 (75.39% from 255) = 39.92%
R=42.00%
G=18.09%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028719200.570.050.21305.2252.0456.67
HexCA57C00395151313439
Octal3121273000715254616471
Binary11001010101011111000000011100110110101100110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57C0; }

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

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

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

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

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

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

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

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