#CA59BE

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

Shades of Fuchsia #CA59BE

Tints of Fuchsia #CA59BE

Color information

#CA59BE (or 0xCA59BE) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and BE. RGB value is (202,89,190). Sum of RGB (Red+Green+Blue) = 202+89+190=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59BE is #35A641. Grayscale: #868686. Windows color (decimal): -3515970 or 12474826. OLE color: 12474826.

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

Color convert

RGB20289190-
CMYK00.560.060.21
HSL306.37º51.6%57.06%-
HSV(B)306.37º55.94%79.22%-
XYZ37.2223.4251.27-
YUV134.3159.44176.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 89 (35.16% from 255) = 18.50%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=42.00%
G=18.50%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028919000.560.060.21306.3751.657.06
HexCA59BE0386151323439
Octal3121312760706254626471
Binary11001010101100110111110011100011010101100110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59BE; }

 p { color: rgb(202,89,190); }

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

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

 a { background-color: rgb(202,89,190); }

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

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

 span { border-color: rgb(202,89,190); }

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