#CA51AE

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

Shades of Fuchsia #CA51AE

Tints of Fuchsia #CA51AE

Color information

#CA51AE (or 0xCA51AE) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and AE. RGB value is (202,81,174). Sum of RGB (Red+Green+Blue) = 202+81+174=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51AE is #35AE51. Grayscale: #7F7F7F. Windows color (decimal): -3518034 or 11424202. OLE color: 11424202.

HSL color Cylindrical-coordinate representation of color #CA51AE: hue angle of 313.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51AE is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20281174-
CMYK00.600.140.21
HSL313.88º53.3%55.49%-
HSV(B)313.88º59.9%79.22%-
XYZ34.9421.542.35-
YUV127.78154.09180.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=44.20%
G=17.72%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028117400.600.140.21313.8853.355.49
HexCA51AE03CE1513a3537
Octal31212125607416254726567
Binary110010101010001101011100111100111010101100111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51AE; }

 p { color: rgb(202,81,174); }

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

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

 a { background-color: rgb(202,81,174); }

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

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

 span { border-color: rgb(202,81,174); }

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