#CA5AB9

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

Shades of Fuchsia #CA5AB9

Tints of Fuchsia #CA5AB9

Color information

#CA5AB9 (or 0xCA5AB9) is unknown color: approx Fuchsia. HEX triplet: CA, 5A and B9. RGB value is (202,90,185). Sum of RGB (Red+Green+Blue) = 202+90+185=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AB9 is #35A546. Grayscale: #868686. Windows color (decimal): -3515719 or 12147402. OLE color: 12147402.

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

Color convert

RGB20290185-
CMYK00.550.080.21
HSL309.11º51.38%57.25%-
HSV(B)309.11º55.45%79.22%-
XYZ36.7723.3748.47-
YUV134.32156.61176.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=42.35%
G=18.87%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029018500.550.080.21309.1151.3857.25
HexCA5AB90378151353339
Octal31213227106710254656371
Binary110010101011010101110010110111100010101100110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AB9; }

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

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

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

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

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

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

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

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