#ca5abe

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

Shades of Fuchsia #CA5ABE

Tints of Fuchsia #CA5ABE

Color information

#CA5ABE (or 0xCA5ABE) is unknown color: approx Fuchsia. HEX triplet: CA, 5A and BE. RGB value is (202,90,190). Sum of RGB (Red+Green+Blue) = 202+90+190=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ABE is #35A541. Grayscale: #868686. Windows color (decimal): -3515714 or 12475082. OLE color: 12475082.

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

Color convert

RGB20290190-
CMYK00.550.060.21
HSL306.43º51.38%57.25%-
HSV(B)306.43º55.45%79.22%-
XYZ37.3123.5951.3-
YUV134.89159.11175.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=41.91%
G=18.67%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029019000.550.060.21306.4351.3857.25
HexCA5ABE0376151323339
Octal3121322760676254626371
Binary11001010101101010111110011011111010101100110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5abe; }

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

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

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

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

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

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

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

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