#CA54B6

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

Shades of Fuchsia #CA54B6

Tints of Fuchsia #CA54B6

Color information

#CA54B6 (or 0xCA54B6) is unknown color: approx Fuchsia. HEX triplet: CA, 54 and B6. RGB value is (202,84,182). Sum of RGB (Red+Green+Blue) = 202+84+182=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54B6 is #35AB49. Grayscale: #828282. Windows color (decimal): -3517258 or 11949258. OLE color: 11949258.

HSL color Cylindrical-coordinate representation of color #CA54B6: hue angle of 310.17º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA54B6 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB20284182-
CMYK00.580.100.21
HSL310.17º52.68%56.08%-
HSV(B)310.17º58.42%79.22%-
XYZ35.9722.2746.66-
YUV130.45157.09179.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 84 (33.20% from 255) = 17.95%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=43.16%
G=17.95%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028418200.580.100.21310.1752.6856.08
HexCA54B603AA151363538
Octal31212426607212254666570
Binary110010101010100101101100111010101010101100110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54B6; }

 p { color: rgb(202,84,182); }

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

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

 a { background-color: rgb(202,84,182); }

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

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

 span { border-color: rgb(202,84,182); }

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